From db93dab821dd5e70ebd9645eaefcd1285e7edb58 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 10 Feb 2006 22:37:23 +0000 Subject: The return value from S_hv_auxinit can be ignored, as it's also stored within the passed in hv parameter. p4raw-id: //depot/perl@27153 --- embed.fnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.fnc') diff --git a/embed.fnc b/embed.fnc index 90294ba388..6eb78674d9 100644 --- a/embed.fnc +++ b/embed.fnc @@ -1047,7 +1047,7 @@ sn |void |hv_magic_check |NN HV *hv|NN bool *needs_copy|NN bool *needs_store s |void |unshare_hek_or_pvn|NULLOK const HEK* hek|NULLOK const char* str|I32 len|U32 hash sR |HEK* |share_hek_flags|NN const char* sv|I32 len|U32 hash|int flags rs |void |hv_notallowed |int flags|NN const char *key|I32 klen|NN const char *msg -sRn |struct xpvhv_aux*|hv_auxinit|NN HV *hv +sn |struct xpvhv_aux*|hv_auxinit|NN HV *hv sM |SV* |hv_delete_common|NULLOK HV* tb|NULLOK SV* keysv|NULLOK const char* key \ |STRLEN klen|int k_flags|I32 d_flags|U32 hash sM |HE* |hv_fetch_common|NULLOK HV* tb|NULLOK SV* keysv|NULLOK const char* key \ -- cgit v1.2.1