projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c27ea44
)
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
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/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