This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
For Perl_magic_methcall() add G_UNDEF_FILL to fill the stack with &PL_sv_undef.
authorNicholas Clark <nick@ccl4.org>
Sun, 25 Apr 2010 14:41:48 +0000 (15:41 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 26 Apr 2010 20:09:54 +0000 (21:09 +0100)
commit67549bd2d9da9e6710cdab4542e708ef4d4346b6
treedd10c6ceb21eec955d442f1f38693673a62fe647
parentbbda9cad3990b2899f9b14eed43d91fea90bd738
For Perl_magic_methcall() add G_UNDEF_FILL to fill the stack with &PL_sv_undef.

This replaces the previous special case of using a negative argument count to
signify this, allowing the argument count to become unsigned. Rename it from n
to argc.
av.c
cop.h
embed.fnc
mg.c
proto.h