diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-11 18:01:32 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-11 18:01:32 +0000 |
commit | 97ddebaf393a19fb80bf52b8fdb8330e1c4a591b (patch) | |
tree | 34277cb382f61b77a4f4308ac3c9b4c2f6b8488b /embed.fnc | |
parent | bdd68bc304bfb15597167600a71a074fd0478307 (diff) | |
download | perl-97ddebaf393a19fb80bf52b8fdb8330e1c4a591b.tar.gz |
hash key code cleanup
p4raw-id: //depot/perl@24803
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -997,7 +997,7 @@ sR |HE* |new_he s |void |del_he |NN HE *p sR |HEK* |save_hek_flags |NN const char *str|I32 len|U32 hash|int flags s |void |hv_magic_check |NN HV *hv|NN bool *needs_copy|NN bool *needs_store -s |void |unshare_hek_or_pvn|HEK* hek|const char* str|I32 len|U32 hash +s |void |unshare_hek_or_pvn|const HEK* hek|const char* str|I32 len|U32 hash sR |HE* |share_hek_flags|const char* sv|I32 len|U32 hash|int flags rs |void |hv_notallowed |int flags|NN const char *key|I32 klen|NN const char *msg s |struct xpvhv_aux*|hv_auxinit|HV *hv |