summaryrefslogtreecommitdiff
path: root/pad.h
diff options
context:
space:
mode:
authorPeter Martini <PeterCMartini@GMail.com>2014-09-07 20:34:29 -0400
committerPeter Martini <PeterCMartini@GMail.com>2014-09-07 20:34:29 -0400
commit9a0afbbcb76a8ee786dfbbeff1930f173fefdbad (patch)
tree5a58c053ea24cf8b698b18dfec279434f8c47d6c /pad.h
parent9eace98c69dfc051ff652a5920cf8212259a1d55 (diff)
downloadperl-9a0afbbcb76a8ee786dfbbeff1930f173fefdbad.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.
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 c29a13f1aa..d800b19318 100644
--- a/pad.h
+++ b/pad.h
@@ -240,7 +240,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