From: Jarkko Hietaniemi Date: Tue, 20 Feb 2007 03:03:03 +0000 (+0200) Subject: regexec.c: S_ stands for static X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e6aad7ab3b3b577c4589672c8421d266feb7ef77;p=p5sagit%2Fp5-mst-13.2.git regexec.c: S_ stands for static Message-Id: <20070220010303.2380A43A67@anubis.hut.fi> p4raw-id: //depot/perl@30367 --- diff --git a/regexec.c b/regexec.c index e8e0e2a..8c3365a 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);