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:
6dc6802
)
debug build tweak
author
Gurusamy Sarathy
<gsar@cpan.org>
Mon, 2 Aug 1999 06:55:51 +0000
(06:55 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Mon, 2 Aug 1999 06:55:51 +0000
(06:55 +0000)
p4raw-id: //depot/perl@3868
regexec.c
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/regexec.c
index
9a7e91b
..
6be77cc
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-377,7
+377,7
@@
Perl_re_intuit_start(pTHX_ regexp *prog, SV *sv, char *strpos,
#ifdef DEBUGGING /* 7/99: reports of failure (with the older version) */
if (end_shift < 0)
-
croak(
"panic: end_shift");
+
Perl_croak(aTHX_
"panic: end_shift");
#endif
check = prog->check_substr;