summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2009-11-20 12:05:23 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2009-11-20 12:05:46 +0100
commit20381b504d5d07ea910daed28e4f149e5e1a26d7 (patch)
tree1f66eb29f6b4cbd4d6254ee54a307e6e540a36b4 /pad.c
parente3d6681484d7bae3090b7f20788ae2ea34c17670 (diff)
downloadperl-20381b504d5d07ea910daed28e4f149e5e1a26d7.tar.gz
Missing static storage class for some new static functions
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index bae83f4112..fdf4402af5 100644
--- a/pad.c
+++ b/pad.c
@@ -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;