From e25bbd9e44d1b7c890627ba5e609923ad626f9c9 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Thu, 13 Aug 2015 12:26:06 +0100 Subject: fix PAD_COMPNAME_GEN documentation The generation number is no longer stored in the SvUVX() field --- pad.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pad.h') 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 lexical. =for apidoc m|STRLEN|PAD_COMPNAME_GEN|PADOFFSET po The generation number of the name at offset C in the current -compiling pad (lvalue). Note that C 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 in the current -ling pad (lvalue) to C. Note that C is hijacked for this purpose. - +ling pad (lvalue) to C. =cut */ -- cgit v1.2.1