summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-18 18:59:28 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-18 18:59:28 +0000
commit0a5c41a604f676d1660c47b9e9d31ad63ec624ca (patch)
tree13b6f42b71dab4c4cada0f6e081079706aa1c11f /regexp.h
parent74558a0c64d0004187af1bf8b2c6da7fa0421b24 (diff)
downloadperl-0a5c41a604f676d1660c47b9e9d31ad63ec624ca.tar.gz
Retract #13048: that introduced a malloc() (through savepvn())
to *every* m//, which killed the performance quite badly. p4raw-id: //depot/perl@13079
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/regexp.h b/regexp.h
index 8366fa25a0..6217aaabfb 100644
--- a/regexp.h
+++ b/regexp.h
@@ -58,7 +58,6 @@ typedef struct regexp {
#define ROPT_EVAL_SEEN 0x00400
#define ROPT_CANY_SEEN 0x00800
#define ROPT_SANY_SEEN ROPT_CANY_SEEN /* src bckwrd cmpt */
-#define ROPT_SEOL_SEEN 0x01000
/* 0xf800 of reganch is used by PMf_COMPILETIME */