diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-11-21 23:12:33 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-21 23:12:33 +0000 |
commit | cd6d36ac47e470799713a2a497ee38c219c3cf23 (patch) | |
tree | 9f0bb280cee9ea94bc4af617f36d63c3611625aa /embed.fnc | |
parent | 7a9669ca63fdc5d4a2b9ba199f8c932d006a68ee (diff) | |
download | perl-cd6d36ac47e470799713a2a497ee38c219c3cf23.tar.gz |
Move the negative key -> utf8 flag conversion out to hv_delete
p4raw-id: //depot/perl@21766
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1394,7 +1394,7 @@ Ap |void |save_set_svflags|SV* sv|U32 mask|U32 val Apod |void |hv_assert |HV* tb #if defined(PERL_IN_HV_C) || defined(PERL_DECL_PROT) -sM |SV* |hv_delete_common|HV* tb|SV* key_sv|const char* key|I32 klen|I32 flags|U32 hash +sM |SV* |hv_delete_common|HV* tb|SV* key_sv|const char* key|STRLEN klen|int k_flags|I32 d_flags|U32 hash sM |bool |hv_exists_common|HV* tb|SV* key_sv|const char* key|I32 klen|U32 hash sM |HE* |hv_fetch_common|HV* tb|SV* key_sv|const char* key|STRLEN klen|int flags|int action|U32 hash sM |HE* |hv_store_common|HV* tb|SV* key_sv|const char* key|I32 klen|int flags|SV* val|U32 hash |