diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-02-05 05:45:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-02-05 05:45:11 +0000 |
commit | 9926ca43d7a8f02d1b52caaf5e81323fa0a6a89a (patch) | |
tree | 60a1d8ddbb4726e6c15a5a9fa37f8b941288b062 /regexec.c | |
parent | c27ea44e678f02a1903a4aa0e3110ba824fcd93a (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |