projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6dc6802
)
debug build tweak
Gurusamy Sarathy [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;