diff options
author | David Mitchell <davem@iabyn.com> | 2012-04-01 13:59:58 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-06-13 13:32:51 +0100 |
commit | 1f4d1a1e6bd841571627e26005938e8fc1b14fe6 (patch) | |
tree | 1b565f0c93834cfa2801fe1a3d8ee7c5c916acc0 /regcomp.h | |
parent | ed3014387bd9d3831218de840f41bd52a11f66df (diff) | |
download | perl-1f4d1a1e6bd841571627e26005938e8fc1b14fe6.tar.gz |
eliminate OP_4tree type
This was an alias to OP, and formerly used by the old re_eval mechanism
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,9 +9,6 @@ */ #include "regcharclass.h" -typedef OP OP_4tree; /* Will be redefined later. */ - - /* Convert branch sequences to more efficient trie ops? */ #define PERL_ENABLE_TRIE_OPTIMISATION 1 |