summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2012-04-01 13:59:58 +0100
committerDavid Mitchell <davem@iabyn.com>2012-06-13 13:32:51 +0100
commit1f4d1a1e6bd841571627e26005938e8fc1b14fe6 (patch)
tree1b565f0c93834cfa2801fe1a3d8ee7c5c916acc0 /regcomp.h
parented3014387bd9d3831218de840f41bd52a11f66df (diff)
downloadperl-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/regcomp.h b/regcomp.h
index 8cf0a92fb3..cca15bcd51 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -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