summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index e8e0e2aea8..8c3365a006 100644
--- 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);