Change 29480 by [EMAIL PROTECTED] on 2006/12/06 17:28:03

        Better fix than #29479 for exporting refcounted_he_chain_2hv

Affected files ...

... //depot/perl/embed.fnc#436 edit
... //depot/perl/pod/perlapi.pod#273 edit
... //depot/perl/pod/perlintern.pod#58 edit

Differences ...

==== //depot/perl/embed.fnc#436 (text) ====
Index: perl/embed.fnc
--- perl/embed.fnc#435~29479~   2006-12-06 09:05:18.000000000 -0800
+++ perl/embed.fnc      2006-12-06 09:28:03.000000000 -0800
@@ -311,7 +311,7 @@
 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

==== //depot/perl/pod/perlapi.pod#273 (text+w) ====
Index: perl/pod/perlapi.pod
--- perl/pod/perlapi.pod#272~29479~     2006-12-06 09:05:18.000000000 -0800
+++ perl/pod/perlapi.pod        2006-12-06 09:28:03.000000000 -0800
@@ -1913,20 +1913,6 @@
 =for hackers
 Found in file hv.c
 
-=item refcounted_he_chain_2hv
-X<refcounted_he_chain_2hv>
-
-Generates an returns a C<HV *> by walking up the tree starting at the passed
-in C<struct refcounted_he *>.
-
-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
 

==== //depot/perl/pod/perlintern.pod#58 (text+w) ====
Index: perl/pod/perlintern.pod
--- perl/pod/perlintern.pod#57~29479~   2006-12-06 09:05:18.000000000 -0800
+++ perl/pod/perlintern.pod     2006-12-06 09:28:03.000000000 -0800
@@ -480,6 +480,17 @@
 
 =over 8
 
+=item refcounted_he_chain_2hv
+X<refcounted_he_chain_2hv>
+
+Generates an returns a C<HV *> by walking up the tree starting at the passed
+in C<struct refcounted_he *>.
+
+       HV *    refcounted_he_chain_2hv(const struct refcounted_he *c)
+
+=for hackers
+Found in file hv.c
+
 =item refcounted_he_free
 X<refcounted_he_free>
 
End of Patch.

Reply via email to