summaryrefslogtreecommitdiff
path: root/pad.h
diff options
context:
space:
mode:
authorPeter Martini <PeterCMartini@GMail.com>2014-09-07 20:34:29 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-13 08:19:24 +0000
commit5ebde54265c6b44c115c22179dd2e28ef5eaa85c (patch)
treec48fdd30cd01882b29ec8ec2b3cf21fe65ecafe2 /pad.h
parentc65a6bd3bc3d28a5af5410baf4cf8c34e94698e0 (diff)
downloadperl-5ebde54265c6b44c115c22179dd2e28ef5eaa85c.tar.gz
Fix documented return type for PAD_SV
It should be SV *, just like PAD_SVl, since (except under DEBUGGING) it is actually the same macro. (cherry picked from commit 9a0afbbcb76a8ee786dfbbeff1930f173fefdbad)
Diffstat (limited to 'pad.h')
-rw-r--r--pad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.h b/pad.h
index 6269bdc366..90517c65df 100644
--- a/pad.h
+++ b/pad.h
@@ -242,7 +242,7 @@ for C<my Foo $bar>.
=for apidoc m|SV *|PAD_SETSV |PADOFFSET po|SV* sv
Set the slot at offset C<po> in the current pad to C<sv>
-=for apidoc m|void|PAD_SV |PADOFFSET po
+=for apidoc m|SV *|PAD_SV |PADOFFSET po
Get the value at offset C<po> in the current pad
=for apidoc m|SV *|PAD_SVl |PADOFFSET po