diff options
author | Tony Cook <tony@develop-help.com> | 2012-11-19 10:41:32 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2012-11-19 10:41:32 +1100 |
commit | c25879556450ce505da635587b26749395569e08 (patch) | |
tree | be5e2d386032231380504c98f4b10bd127d544f8 /hv.c | |
parent | 388a574e2ce769493876ee1389dd11718da585c7 (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |