diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-22 21:48:56 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-22 21:59:40 -0700 |
commit | 86d2498c0b3132b9d76f935b317b213effc43990 (patch) | |
tree | d6a4313b70aa737af7fd7f3e1af85f33a9359a9f /perlvars.h | |
parent | 502e97e076ed47d4a88af1994a7c61990ad48868 (diff) | |
download | perl-86d2498c0b3132b9d76f935b317b213effc43990.tar.gz |
Use FooBAR convention for new pad macros
After a while, I realised that it can be confusing for PAD_ARRAY and
PAD_MAX to take a pad argument, but for PAD_SV to take a number and
PAD_SET_CUR a padlist.
I was copying the HEK_KEY convention, which was probably a bad idea.
This is what we use elsewhere:
TypeMACRO
----=====
AvMAX
CopFILE
PmopSTASH
StashHANDLER
OpslabREFCNT_dec
Furthermore, heks are not part of the API, so what convention they use
is not so important.
So these:
PADNAMELIST_*
PADLIST_*
PADNAME_*
PAD_*
are now:
Padnamelist*
Padlist*
Padname*
Pad*
Diffstat (limited to 'perlvars.h')
0 files changed, 0 insertions, 0 deletions