projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1ca32a2
)
regexec.c: S_ stands for static
Jarkko Hietaniemi [Tue, 20 Feb 2007 03:03:03 +0000 (
05:03
+0200)]
Message-Id: <
20070220010303
.2380A43A67@anubis.hut.fi>
p4raw-id: //depot/perl@30367
regexec.c
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/regexec.c
index
e8e0e2a
..
8c3365a
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-1649,7
+1649,7
@@
S_find_byclass(pTHX_ regexp * prog, const regnode *c, char *s,
return s;
}
-void
+static void
S_swap_match_buff (pTHX_ regexp *prog) {
I32 *t;
RXi_GET_DECL(prog,progi);