This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert Perl_magic_methcall() to varargs.
authorNicholas Clark <nick@ccl4.org>
Mon, 26 Apr 2010 10:52:25 +0000 (11:52 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 26 Apr 2010 20:09:54 +0000 (21:09 +0100)
commit046b0c7dc8fcf8691ef39efcd2bb1cc2ded75433
treeb90c9ec97df906b56b18874e188fae1b963fcd33
parent67549bd2d9da9e6710cdab4542e708ef4d4346b6
Convert Perl_magic_methcall() to varargs.

This means removing its macro wrapper, as there's no portable way to do varargs
macros.
av.c
embed.fnc
embed.h
mg.c
proto.h