diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 55014fb4046..a7b11c6e879 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1233,12 +1233,9 @@ Returns a pointer to the stash for a specified package. See C. HV* gv_stashsv _((SV* sv, I32 create)); -=item he_free +=item GvSV -Releases a hash entry, such as while iterating though the hash. See -C. - - void he_free _((HV* hv, HE* hent)); +Return the SV from the GV. =item he_delayfree @@ -1246,7 +1243,14 @@ Releases a hash entry, such as while iterating though the hash, but delays actual freeing of key and value until the end of the current statement (or thereabouts) with C. See C. - void he_delayfree _((HV* hv, HE* hent)); + void he_delayfree _((HV* hv, HE* hent)); + +=item he_free + +Releases a hash entry, such as while iterating though the hash. See +C. + + void he_free _((HV* hv, HE* hent)); =item hv_clear @@ -2597,4 +2601,4 @@ API Listing by Dean Roehrich . =head1 DATE -Version 28.1: 1997/1/13 +Version 30: 1997/1/17