diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-11-11 08:18:56 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-12 13:35:24 +0000 |
commit | 2a49f0f5dac6a94dc40827858cb5adb7ba8941cd (patch) | |
tree | 265f662870558dbfe16ca297ab0922bbfac5513a /hv.c | |
parent | b8f647c343705be9b25e126b223927e9e99aa8b3 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |