diff options
author | Jan Dubois <jand@activestate.com> | 2013-04-04 14:12:04 -0700 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2013-04-04 14:12:04 -0700 |
commit | f9ae8fb691541b6b2e48da8df7a37ed95c4f518a (patch) | |
tree | 396310c3205fc4da4ada293490adaaa1520ccd92 /pp_hot.c | |
parent | 97927b02e770cc108bacba3ab142068174310fb9 (diff) | |
download | perl-f9ae8fb691541b6b2e48da8df7a37ed95c4f518a.tar.gz |
S_* functions should be STATIC
Diffstat (limited to 'pp_hot.c')
-rw-r--r-- | pp_hot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |