s/S_cache_re/cache_re/ for building with threads.
Jarkko Hietaniemi [Wed, 5 Feb 2003 05:45:11 +0000 (05:45 +0000)]
p4raw-id: //depot/perl@18658

regexec.c

index da451a8..40f33d4 100644 (file)
--- 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