summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2007-01-21 19:53:38 +0100
committerNicholas Clark <nick@ccl4.org>2007-01-22 19:39:28 +0000
commit68ba3a3fdba75589a9e65167c7caeb83c4231690 (patch)
tree6c8ef1d8fc2e72721a323333242962029ef80735 /regcomp.h
parentc40f158517a2eb8c99b09f2c54334b34b71acd64 (diff)
downloadperl-68ba3a3fdba75589a9e65167c7caeb83c4231690.tar.gz
Disable positive lookaround optimisations
Message-ID: <9b18b3110701210953l4df6198re36a9342e6049583@mail.gmail.com> Date: Sun, 21 Jan 2007 18:53:38 +0100 p4raw-id: //depot/perl@29923
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index 898fb8e65f..51b14b7708 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -18,7 +18,7 @@ typedef OP OP_4tree; /* Will be redefined later. */
#define PERL_ENABLE_EXTENDED_TRIE_OPTIMISATION 1
/* Should the optimiser take positive assertions into account? */
-#define PERL_ENABLE_POSITIVE_ASSERTION_STUDY 1
+#define PERL_ENABLE_POSITIVE_ASSERTION_STUDY 0
/* Not for production use: */
#define PERL_ENABLE_EXPERIMENTAL_REGEX_OPTIMISATIONS 0