This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b846c0c
)
#ifdef DEBUGGING, not QDEBUGGING, in regcomp.c
author
Nicholas Clark
<nick@ccl4.org>
Tue, 10 Sep 2013 08:32:24 +0000
(10:32 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 13 Sep 2013 10:00:17 +0000
(12:00 +0200)
regexec.c
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/regexec.c
index
b441682
..
b98782d
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-740,7
+740,7
@@
Perl_re_intuit_start(pTHX_
/* end shift should be non negative here */
}
-#ifdef
QDEBUGGING
/* 7/99: reports of failure (with the older version) */
+#ifdef
DEBUGGING
/* 7/99: reports of failure (with the older version) */
if (end_shift < 0)
Perl_croak(aTHX_ "panic: end_shift: %"IVdf" pattern:\n%s\n ",
(IV)end_shift, RX_PRECOMP(prog));