From: Steffen Mueller Date: Fri, 19 Jun 2009 14:16:51 +0000 (+0200) Subject: Fix API docs:SvGAMAGIC returns a U32, not a char* X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=458b44e7bc48569051e0eb9b5630ba87d7e5eed4;p=p5sagit%2Fp5-mst-13.2.git Fix API docs:SvGAMAGIC returns a U32, not a char* --- diff --git a/sv.h b/sv.h index 243b798..8c83e9a 100644 --- a/sv.h +++ b/sv.h @@ -902,7 +902,7 @@ in gv.h: */ #endif /* -=for apidoc Am|char*|SvGAMAGIC|SV* sv +=for apidoc Am|U32|SvGAMAGIC|SV* sv Returns true if the SV has get magic or overloading. If either is true then the scalar is active data, and has the potential to return a new value every