When deleting via hek, pass the computed hash value
authorFather Chrysostomos <sprout@cpan.org>
Sun, 27 Oct 2013 13:35:35 +0000 (06:35 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 28 Oct 2013 23:15:09 +0000 (16:15 -0700)
commit0ca9877d08d37b8bc87c72cc832142c90f929378
tree6679beb57c25035ffb0fcb4d4730fba146d85a16
parent4639d557ab77c475c9938688efe6b61bedcecf8b
When deleting via hek, pass the computed hash value

In those cases where the hash key comes from a hek, we already have a
computed hash value, so pass that to hv_common.

The easiest way to accomplish this is to add a new macro.
gv.c
hv.c
hv.h
sv.c