summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-02-05 05:45:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-02-05 05:45:11 +0000
commit9926ca43d7a8f02d1b52caaf5e81323fa0a6a89a (patch)
tree60a1d8ddbb4726e6c15a5a9fa37f8b941288b062 /regexec.c
parentc27ea44e678f02a1903a4aa0e3110ba824fcd93a (diff)
downloadperl-9926ca43d7a8f02d1b52caaf5e81323fa0a6a89a.tar.gz
s/S_cache_re/cache_re/ for building with threads.
p4raw-id: //depot/perl@18658
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index da451a81a0..40f33d493a 100644
--- a/regexec.c
+++ b/regexec.c
@@ -856,7 +856,7 @@ Perl_re_intuit_start(pTHX_ regexp *prog, SV *sv, char *strpos,
PL_regdata = prog->data;
PL_bostr = startpos;
}
- S_cache_re(prog);
+ cache_re(prog);
s = find_byclass(prog, prog->regstclass, s, endpos, startpos, 1);
if (!s) {
#ifdef DEBUGGING