summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2013-04-04 14:12:04 -0700
committerJan Dubois <jand@activestate.com>2013-04-04 14:12:04 -0700
commitf9ae8fb691541b6b2e48da8df7a37ed95c4f518a (patch)
tree396310c3205fc4da4ada293490adaaa1520ccd92 /pp_hot.c
parent97927b02e770cc108bacba3ab142068174310fb9 (diff)
downloadperl-f9ae8fb691541b6b2e48da8df7a37ed95c4f518a.tar.gz
S_* functions should be STATIC
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 7eb0c61b92..361b488124 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -322,7 +322,7 @@ PP(pp_concat)
* I suspect that the mg_get is no longer needed, but while padav
* differs, it can't share this function */
-void
+STATIC void
S_pushav(pTHX_ AV* const av)
{
dSP;