This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert PAD_DUP to a function Perl_padlist_dup().
authorNicholas Clark <nick@ccl4.org>
Wed, 10 Feb 2010 09:57:23 +0000 (09:57 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 24 May 2010 14:50:57 +0000 (15:50 +0100)
commitd5b1589c09b534ccfeb2eae26b3de9339c1bf22b
tree64fa4c03090b557d0687e9e3e845a62d74dc01fd
parente42956688f2e0df936f1a42811962946e4e185bf
Convert PAD_DUP to a function Perl_padlist_dup().

assert() that pads are never AvREAL().
embed.fnc
embed.h
pad.c
proto.h
sv.c