diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-20 12:05:23 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-20 12:05:46 +0100 |
commit | 20381b504d5d07ea910daed28e4f149e5e1a26d7 (patch) | |
tree | 1f66eb29f6b4cbd4d6254ee54a307e6e540a36b4 /pad.c | |
parent | e3d6681484d7bae3090b7f20788ae2ea34c17670 (diff) | |
download | perl-20381b504d5d07ea910daed28e4f149e5e1a26d7.tar.gz |
Missing static storage class for some new static functions
Diffstat (limited to 'pad.c')
-rw-r--r-- | pad.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -560,7 +560,7 @@ C<is_our> indicates that the name to check is an 'our' declaration =cut */ -void +STATIC void S_pad_check_dup(pTHX_ SV *name, const U32 flags, const HV *ourstash) { dVAR; |