summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Orton <yves.orton@booking.com>2012-01-27 16:46:11 +0100
committerYves Orton <yves.orton@booking.com>2012-01-27 16:48:40 +0100
commit96420dc228f084e145227e39f9baaa893520e6cf (patch)
treed4770de3dfca6ff125600d3fd63b0bde6a98ae00
parentd9298c1a4c17b19f029937b286909a8af2862653 (diff)
downloadperl-smoke-me/disable_anch_mbol.tar.gz
disable ANCH_MBOL optimisationsmoke-me/disable_anch_mbol
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 668f8f7624..12d0ac0afa 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -5235,7 +5235,7 @@ reStudy:
first = NEXTOPER(first);
goto again;
}
- else if ((!sawopen || !RExC_sawback) &&
+ else if (0 && (!sawopen || !RExC_sawback) &&
(OP(first) == STAR &&
PL_regkind[OP(NEXTOPER(first))] == REG_ANY) &&
!(r->extflags & RXf_ANCH) && !(RExC_seen & REG_SEEN_EVAL))