From b6f4de247d2f20eb763c2db7573dedd35b276519 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Fri, 19 May 2006 22:11:44 +0000 Subject: [PATCH] There is no STASH type. p4raw-id: //depot/perl@28246 --- sv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4