This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e020df
)
pad.h: Update PadnamePV description
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 28 Nov 2014 06:18:31 +0000
(22:18 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 30 Nov 2014 19:48:41 +0000
(11:48 -0800)
GVs have been using ‘constant’ pad names for a while now, since
v5.21.3-188-gc2bad63.
pad.h
patch
|
blob
|
blame
|
history
diff --git
a/pad.h
b/pad.h
index
8c2bee8
..
5be78c0
100644
(file)
--- 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.