diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-11-22 13:16:43 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-22 13:16:43 +0000 |
commit | f84f98ecfa6b9d87cdd952503cf86613603604f8 (patch) | |
tree | d6d00398e9298657357ed885a91b9b9d5f512ccf /embed.fnc | |
parent | 62736e01bdbb50f571e2148d48822066fae192b0 (diff) | |
download | perl-f84f98ecfa6b9d87cdd952503cf86613603604f8.tar.gz |
Farewell hv_exists_common - exists is now a call to fetch
(with the exists magic handling moved into fetch)
p4raw-id: //depot/perl@21770
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1395,7 +1395,6 @@ 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 |bool |hv_exists_common|HV* tb|SV* key_sv|const char* key|STRLEN klen|int 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 #endif |