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 | 7f66fda294f2a00c1341451a50c1e8cfb66906fb (patch) | |
tree | d6d00398e9298657357ed885a91b9b9d5f512ccf /embed.h | |
parent | a8adfdb3e1797035789adf01f3fb1593e93bde6b (diff) | |
download | perl-7f66fda294f2a00c1341451a50c1e8cfb66906fb.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.h')
-rw-r--r-- | embed.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -2148,9 +2148,6 @@ #define hv_delete_common S_hv_delete_common #endif #ifdef PERL_CORE -#define hv_exists_common S_hv_exists_common -#endif -#ifdef PERL_CORE #define hv_fetch_common S_hv_fetch_common #endif #ifdef PERL_CORE @@ -4642,9 +4639,6 @@ #define hv_delete_common(a,b,c,d,e,f,g) S_hv_delete_common(aTHX_ a,b,c,d,e,f,g) #endif #ifdef PERL_CORE -#define hv_exists_common(a,b,c,d,e,f) S_hv_exists_common(aTHX_ a,b,c,d,e,f) -#endif -#ifdef PERL_CORE #define hv_fetch_common(a,b,c,d,e,f,g) S_hv_fetch_common(aTHX_ a,b,c,d,e,f,g) #endif #ifdef PERL_CORE |