From: Jarkko Hietaniemi Date: Wed, 5 Feb 2003 05:45:11 +0000 (+0000) Subject: s/S_cache_re/cache_re/ for building with threads. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9926ca43d7a8f02d1b52caaf5e81323fa0a6a89a;p=p5sagit%2Fp5-mst-13.2.git s/S_cache_re/cache_re/ for building with threads. p4raw-id: //depot/perl@18658 --- diff --git a/regexec.c b/regexec.c index da451a8..40f33d4 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