diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-27 22:18:31 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-30 11:48:41 -0800 |
commit | 863f2221fb3e688e30e71fb86c1599bdc55d4a3f (patch) | |
tree | 30467170a305dbcf153a81264d22c6cfdfeb69a9 /pad.h | |
parent | 3e020df5bba4b6ec0679d434d7a1d016fedd0150 (diff) | |
download | perl-863f2221fb3e688e30e71fb86c1599bdc55d4a3f.tar.gz |
pad.h: Update PadnamePV description
GVs have been using ‘constant’ pad names for a while now, since
v5.21.3-188-gc2bad63.
Diffstat (limited to 'pad.h')
-rw-r--r-- | pad.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |