diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-02 07:20:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-02 07:20:51 +0000 |
commit | 6bbae5e6a19589cac7253e404460008e33fcf039 (patch) | |
tree | 88a80effab20648bb9792eade0c31bfea0010303 /regexec.c | |
parent | c15e4c287f38b5a2d53095f441d6ef22247e840b (diff) | |
download | perl-6bbae5e6a19589cac7253e404460008e33fcf039.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@3871
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |