There is no STASH type.
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Fri, 19 May 2006 22:11:44 +0000 (22:11 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Fri, 19 May 2006 22:11:44 +0000 (22:11 +0000)
p4raw-id: //depot/perl@28246

sv.h

diff --git a/sv.h b/sv.h
index 554fe69..f89df26 100644 (file)
--- a/sv.h
+++ b/sv.h
@@ -839,7 +839,7 @@ Set the value of the RV pointer in sv to val.  See C<SvIV_set>.
 =for apidoc Am|void|SvMAGIC_set|SV* sv|MAGIC* val
 Set the value of the MAGIC pointer in sv to val.  See C<SvIV_set>.
 
-=for apidoc Am|void|SvSTASH_set|SV* sv|STASH* val
+=for apidoc Am|void|SvSTASH_set|SV* sv|HV* val
 Set the value of the STASH pointer in sv to val.  See C<SvIV_set>.
 
 =for apidoc Am|void|SvCUR_set|SV* sv|STRLEN len