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<hv_iternext>.
-
- void he_free _((HV* hv, HE* hent));
+Return the SV from the GV.
=item he_delayfree
delays actual freeing of key and value until the end of the current
statement (or thereabouts) with C<sv_2mortal>. See C<hv_iternext>.
- 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<hv_iternext>.
+
+ void he_free _((HV* hv, HE* hent));
=item hv_clear
=head1 DATE
-Version 28.1: 1997/1/13
+Version 30: 1997/1/17