This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use PADLIST in more places
authorFather Chrysostomos <sprout@cpan.org>
Thu, 16 Aug 2012 05:27:54 +0000 (22:27 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 21 Aug 2012 23:51:14 +0000 (16:51 -0700)
commitb70d55581aad461af858eb07a2e80ed5fcc653c1
treecd79a718eca54f6504b4f6fe843d4c44a63bdcb6
parent6763423431e1ea415b9abe4d7d5d8715e9203fc3
Use PADLIST in more places

Much code relies on the fact that PADLIST is typedeffed as AV.
PADLIST should be treated as a distinct type.
cop.h
dump.c
embed.fnc
op.c
pad.c
pp_ctl.c
pp_hot.c
pp_sort.c
proto.h
sv.h