Change 34383 by [EMAIL PROTECTED] on 2008/09/20 16:21:00
Another missing 'static' picked up by one of Merijn's smokers.
Affected files ...
... //depot/perl/hv.c#380 edit
Differences ...
==== //depot/perl/hv.c#380 (text) ====
Index: perl/hv.c
--- perl/hv.c#379~34354~ 2008-09-11 17:19:51.000000000 -0700
+++ perl/hv.c 2008-09-20 09:21:00.000000000 -0700
@@ -2801,7 +2801,7 @@
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,
End of Patch.