From: Steve Hay Date: Wed, 6 Dec 2006 17:28:03 +0000 (+0000) Subject: Better fix than #29479 for exporting refcounted_he_chain_2hv X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bd95ae50406ae1b55da3f57111cd4644d9d82c6a;p=p5sagit%2Fp5-mst-13.2.git Better fix than #29479 for exporting refcounted_he_chain_2hv p4raw-id: //depot/perl@29480 --- diff --git a/embed.fnc b/embed.fnc index bb1d96d..abbb518 100644 --- a/embed.fnc +++ b/embed.fnc @@ -311,7 +311,7 @@ ApMdR |HE* |hv_iternext_flags|NN HV* tb|I32 flags ApdR |SV* |hv_iterval |NN HV* tb|NN HE* entry Ap |void |hv_ksplit |NN HV* hv|IV newmax Apdbm |void |hv_magic |NN HV* hv|NULLOK GV* gv|int how -AdpoM |HV * |refcounted_he_chain_2hv|NULLOK const struct refcounted_he *c +XEdpoM |HV * |refcounted_he_chain_2hv|NULLOK const struct refcounted_he *c XEpoM |SV * |refcounted_he_fetch|NN const struct refcounted_he *chain \ |NULLOK SV *keysv|NULLOK const char *key \ |STRLEN klen, int flags, U32 hash diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 6471081..3ea050e 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -1913,20 +1913,6 @@ Creates a new HV. The reference count is set to 1. =for hackers Found in file hv.c -=item refcounted_he_chain_2hv -X - -Generates an returns a C by walking up the tree starting at the passed -in C. - -NOTE: this function is experimental and may change or be -removed without notice. - - HV * refcounted_he_chain_2hv(const struct refcounted_he *c) - -=for hackers -Found in file hv.c - =back diff --git a/pod/perlintern.pod b/pod/perlintern.pod index 3f5bcfc..5c901cd 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -480,6 +480,17 @@ Found in file gv.c =over 8 +=item refcounted_he_chain_2hv +X + +Generates an returns a C by walking up the tree starting at the passed +in C. + + HV * refcounted_he_chain_2hv(const struct refcounted_he *c) + +=for hackers +Found in file hv.c + =item refcounted_he_free X