Another missing 'static' picked up by one of Merijn's smokers.
authorNicholas Clark <nick@ccl4.org>
Sat, 20 Sep 2008 16:21:00 +0000 (16:21 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 20 Sep 2008 16:21:00 +0000 (16:21 +0000)
p4raw-id: //depot/perl@34383

hv.c

diff --git a/hv.c b/hv.c
index 0cbb483..4536b70 100644 (file)
--- a/hv.c
+++ b/hv.c
@@ -2801,7 +2801,7 @@ Perl_refcounted_he_new(pTHX_ struct refcounted_he *const parent,
                                    value_len);
 }
 
-struct refcounted_he *
+static struct refcounted_he *
 S_refcounted_he_new_common(pTHX_ struct refcounted_he *const parent,
                           const char *const key_p, const STRLEN key_len,
                           const char flags, char value_type,