From: Father Chrysostomos Date: Fri, 28 Nov 2014 06:18:31 +0000 (-0800) Subject: pad.h: Update PadnamePV description X-Git-Tag: v5.21.7~425^2~5 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/863f2221fb3e688e30e71fb86c1599bdc55d4a3f pad.h: Update PadnamePV description GVs have been using ‘constant’ pad names for a while now, since v5.21.3-188-gc2bad63. --- diff --git a/pad.h b/pad.h index 8c2bee8..5be78c0 100644 --- a/pad.h +++ b/pad.h @@ -226,8 +226,8 @@ The C array of pad entries. The index of the last pad entry. =for apidoc Amx|char *|PadnamePV|PADNAME pn -The name stored in the pad name struct. This returns NULL for a target or -GV slot. +The name stored in the pad name struct. This returns NULL for a target +slot. =for apidoc Amx|STRLEN|PadnameLEN|PADNAME pn The length of the name.