summaryrefslogtreecommitdiff
path: root/pad.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-08-13 12:26:06 +0100
committerDavid Mitchell <davem@iabyn.com>2015-08-17 11:16:23 +0100
commite25bbd9e44d1b7c890627ba5e609923ad626f9c9 (patch)
tree87cfa7ae9a05a2a158bf8885b32f15323560b3de /pad.h
parent750107042ee9a8457cb47e6713ffa0e7d8313c23 (diff)
downloadperl-e25bbd9e44d1b7c890627ba5e609923ad626f9c9.tar.gz
fix PAD_COMPNAME_GEN documentation
The generation number is no longer stored in the SvUVX() field
Diffstat (limited to 'pad.h')
-rw-r--r--pad.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/pad.h b/pad.h
index 9e3caa65d0..ab46cf4688 100644
--- a/pad.h
+++ b/pad.h
@@ -441,12 +441,11 @@ Assumes the slot entry is a valid C<our> lexical.
=for apidoc m|STRLEN|PAD_COMPNAME_GEN|PADOFFSET po
The generation number of the name at offset C<po> in the current
-compiling pad (lvalue). Note that C<SvUVX> is hijacked for this purpose.
+compiling pad (lvalue).
=for apidoc m|STRLEN|PAD_COMPNAME_GEN_set|PADOFFSET po|int gen
Sets the generation number of the name at offset C<po> in the current
-ling pad (lvalue) to C<gen>. Note that C<SvUV_set> is hijacked for this purpose.
-
+ling pad (lvalue) to C<gen>.
=cut
*/