summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2006-05-19 22:11:44 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2006-05-19 22:11:44 +0000
commitb6f4de247d2f20eb763c2db7573dedd35b276519 (patch)
tree730b0a7b0c858e77c2da0e4fef7b6d9eb045ccb9 /sv.h
parentec2a1de722601129850327b38324ac227c58147a (diff)
downloadperl-b6f4de247d2f20eb763c2db7573dedd35b276519.tar.gz
There is no STASH type.
p4raw-id: //depot/perl@28246
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 554fe69ea3..f89df26bc7 100644
--- 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