diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-11-20 20:14:17 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-20 20:14:17 +0000 |
commit | 570c4e91603ac3337464d8508243e4c088399778 (patch) | |
tree | 6993b76dcc6be9b9a7aa5315adc911943b5ce2ce /proto.h | |
parent | 3540d4cee8e95432ee25b1c5b90430e9473f2e95 (diff) | |
download | perl-570c4e91603ac3337464d8508243e4c088399778.tar.gz |
Merge sv_store_flags and sv_store_ent into sv_store_common
p4raw-id: //depot/perl@21758
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1338,6 +1338,7 @@ PERL_CALLCONV void Perl_hv_assert(pTHX_ HV* tb); STATIC SV* S_hv_delete_common(pTHX_ HV* tb, SV* key_sv, const char* key, I32 klen, I32 flags, U32 hash); STATIC bool S_hv_exists_common(pTHX_ HV* tb, SV* key_sv, const char* key, I32 klen, U32 hash); STATIC HE* S_hv_fetch_common(pTHX_ HV* tb, SV* key_sv, const char* key, I32 klen, int flags, int action, U32 hash); +STATIC HE* S_hv_store_common(pTHX_ HV* tb, SV* key_sv, const char* key, I32 klen, int flags, SV* val, U32 hash); #endif PERL_CALLCONV void Perl_hv_clear_placeholders(pTHX_ HV* hb); |