summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-01-19 19:27:59 +0000
committerNicholas Clark <nick@ccl4.org>2007-01-19 19:27:59 +0000
commit187593861a7a9b147ece9a975bc691f3540371ac (patch)
treee40223457bb8aef95658d98a5d0d8ac58b478a54 /proto.h
parent0945d666f9e33989e2071c69834ec769605040c7 (diff)
downloadperl-187593861a7a9b147ece9a975bc691f3540371ac.tar.gz
Marcus Holland-Moritz notes that the first argument to
refcounted_he_fetch() can be NULL. p4raw-id: //depot/perl@29884
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index a6f31324e3..56a2fd2169 100644
--- a/proto.h
+++ b/proto.h
@@ -737,9 +737,7 @@ PERL_CALLCONV void Perl_hv_ksplit(pTHX_ HV* hv, IV newmax)
__attribute__nonnull__(pTHX_1); */
PERL_CALLCONV HV * Perl_refcounted_he_chain_2hv(pTHX_ const struct refcounted_he *c);
-PERL_CALLCONV SV * Perl_refcounted_he_fetch(pTHX_ const struct refcounted_he *chain, SV *keysv, const char *key, STRLEN klen, int flags, U32 hash)
- __attribute__nonnull__(pTHX_1);
-
+PERL_CALLCONV SV * Perl_refcounted_he_fetch(pTHX_ const struct refcounted_he *chain, SV *keysv, const char *key, STRLEN klen, int flags, U32 hash);
PERL_CALLCONV void Perl_refcounted_he_free(pTHX_ struct refcounted_he *he);
PERL_CALLCONV struct refcounted_he * Perl_refcounted_he_new(pTHX_ struct refcounted_he *const parent, SV *const key, SV *const value);
PERL_CALLCONV SV** Perl_hv_store(pTHX_ HV* tb, const char* key, I32 klen, SV* val, U32 hash);