From 715961523dc15717482c3eba9a533ed292b5a722 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 19 Nov 2003 19:51:41 +0000 Subject: merge hv_exists and hv_exists_ent into S_hv_exists_common p4raw-id: //depot/perl@21747 --- proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 5e306275cb..987774aed7 100644 --- a/proto.h +++ b/proto.h @@ -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 -- cgit v1.2.1