diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2006-05-19 22:11:44 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2006-05-19 22:11:44 +0000 |
commit | b6f4de247d2f20eb763c2db7573dedd35b276519 (patch) | |
tree | 730b0a7b0c858e77c2da0e4fef7b6d9eb045ccb9 /sv.h | |
parent | ec2a1de722601129850327b38324ac227c58147a (diff) | |
download | perl-b6f4de247d2f20eb763c2db7573dedd35b276519.tar.gz |
There is no STASH type.
p4raw-id: //depot/perl@28246
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |