summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-11-11 08:18:56 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-12 13:35:24 +0000
commit2a49f0f5dac6a94dc40827858cb5adb7ba8941cd (patch)
tree265f662870558dbfe16ca297ab0922bbfac5513a /hv.c
parentb8f647c343705be9b25e126b223927e9e99aa8b3 (diff)
downloadperl-2a49f0f5dac6a94dc40827858cb5adb7ba8941cd.tar.gz
(2nd version) small tweaks based on smoke signs
Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi> p4raw-id: //depot/perl@29246
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index e482d569e7..fbfdce3e73 100644
--- a/hv.c
+++ b/hv.c
@@ -2670,7 +2670,7 @@ Perl_hv_placeholders_set(pTHX_ HV *hv, I32 ph)
/* else we don't need to add magic to record 0 placeholders. */
}
-SV *
+STATIC SV *
S_refcounted_he_value(pTHX_ const struct refcounted_he *he)
{
dVAR;