summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2012-11-19 10:41:32 +1100
committerTony Cook <tony@develop-help.com>2012-11-19 10:41:32 +1100
commitc25879556450ce505da635587b26749395569e08 (patch)
treebe5e2d386032231380504c98f4b10bd127d544f8 /hv.c
parent388a574e2ce769493876ee1389dd11718da585c7 (diff)
downloadperl-c25879556450ce505da635587b26749395569e08.tar.gz
fix -DPERL_GLOBAL_STRUCT builds broken with the hash merge
note: this failed to build in smoke-me eg. http://perl.develop-help.com/raw/?id=131750
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hv.c b/hv.c
index 3069e67bf4..c34d4d395d 100644
--- a/hv.c
+++ b/hv.c
@@ -2638,6 +2638,7 @@ Perl_share_hek(pTHX_ const char *str, I32 len, register U32 hash)
we should flag that it needs upgrading on keys or each. Also flag
that we need share_hek_flags to free the string. */
if (str != save) {
+ dVAR;
PERL_HASH(hash, str, len);
flags |= HVhek_WASUTF8 | HVhek_FREEKEY;
}