diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-09-20 16:21:00 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-09-20 16:21:00 +0000 |
commit | 1da83c398c391a42bd326a11e7d54ade047360a7 (patch) | |
tree | de8c0a1ea59b515602218ff41ca3a7484bc6ffc7 /hv.c | |
parent | c33269f7ccb458ff862134e5befab709e725fca7 (diff) | |
download | perl-1da83c398c391a42bd326a11e7d54ade047360a7.tar.gz |
Another missing 'static' picked up by one of Merijn's smokers.
p4raw-id: //depot/perl@34383
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |