In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/458b44e7bc48569051e0eb9b5630ba87d7e5eed4?hp=4784c5e80ccedd3734ce162e02ed1c7e25e60c01>

- Log -----------------------------------------------------------------
commit 458b44e7bc48569051e0eb9b5630ba87d7e5eed4
Author: Steffen Mueller <[email protected]>
Date:   Fri Jun 19 16:16:51 2009 +0200

    Fix API docs:SvGAMAGIC returns a U32, not a char*
-----------------------------------------------------------------------

Summary of changes:
 sv.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

--
Perl5 Master Repository

Reply via email to