diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-11-19 19:51:41 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-19 19:51:41 +0000 |
commit | 715961523dc15717482c3eba9a533ed292b5a722 (patch) | |
tree | ffb7567428414abe1a5a3fb7e81238af804bfda0 /proto.h | |
parent | cfb0f70ef284a0fcaef7c31a3a51f8ae53c7eb7b (diff) | |
download | perl-715961523dc15717482c3eba9a533ed292b5a722.tar.gz |
merge hv_exists and hv_exists_ent into S_hv_exists_common
p4raw-id: //depot/perl@21747
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1335,5 +1335,8 @@ PERL_CALLCONV int Perl_get_debug_opts(pTHX_ char **s); PERL_CALLCONV void Perl_save_set_svflags(pTHX_ SV* sv, U32 mask, U32 val); PERL_CALLCONV void Perl_hv_assert(pTHX_ HV* tb); +#if defined(PERL_IN_HV_C) || defined(PERL_DECL_PROT) +STATIC bool S_hv_exists_common(pTHX_ HV* tb, SV* key_sv, const char* key, I32 klen, U32 hash); +#endif END_EXTERN_C |