diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-11-22 16:43:09 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-22 16:43:09 +0000 |
commit | b2c64049f4c2cbaedee1ae9b13dab8adb5b210b3 (patch) | |
tree | e19fb46407fb4a25e533594b844b90d95245b420 /embed.fnc | |
parent | 7f66fda294f2a00c1341451a50c1e8cfb66906fb (diff) | |
download | perl-b2c64049f4c2cbaedee1ae9b13dab8adb5b210b3.tar.gz |
"Space Is a Province of Brazil"
Farewell, hv_store_common. Store is now part of Fetch.
All tests pass. hv.c 15% smaller than when I started all this
p4raw-id: //depot/perl@21771
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1395,8 +1395,7 @@ 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|STRLEN klen|int k_flags|I32 d_flags|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|STRLEN klen|int flags|SV* val|U32 hash +sM |HE* |hv_fetch_common|HV* tb|SV* key_sv|const char* key|STRLEN klen|int flags|int action|SV* val|U32 hash #endif Apd |void |hv_clear_placeholders|HV* hb |