From: Marcus Holland-Moritz Date: Fri, 19 May 2006 22:11:44 +0000 (+0000) Subject: There is no STASH type. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6f4de247d2f20eb763c2db7573dedd35b276519;p=p5sagit%2Fp5-mst-13.2.git There is no STASH type. p4raw-id: //depot/perl@28246 --- diff --git a/sv.h b/sv.h index 554fe69..f89df26 100644 --- a/sv.h +++ b/sv.h @@ -839,7 +839,7 @@ Set the value of the RV pointer in sv to val. See C. =for apidoc Am|void|SvMAGIC_set|SV* sv|MAGIC* val Set the value of the MAGIC pointer in sv to val. See C. -=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. =for apidoc Am|void|SvCUR_set|SV* sv|STRLEN len