summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2009-06-19 16:16:51 +0200
committerSteffen Mueller <smueller@cpan.org>2009-06-19 16:17:03 +0200
commit458b44e7bc48569051e0eb9b5630ba87d7e5eed4 (patch)
treedbd414393c7c76c6bee98e43293efc76adcc952c /sv.h
parent4784c5e80ccedd3734ce162e02ed1c7e25e60c01 (diff)
downloadperl-458b44e7bc48569051e0eb9b5630ba87d7e5eed4.tar.gz
Fix API docs:SvGAMAGIC returns a U32, not a char*
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 243b798e85..8c83e9a031 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