This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
change magic_methcall to use SV with shared hash value
authorRuslan Zakirov <ruz@bestpractical.com>
Sun, 24 Feb 2013 12:05:51 +0000 (16:05 +0400)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 30 Jun 2013 18:43:41 +0000 (11:43 -0700)
commit36925d9e116d2779c960f8cac847f9ccd4c43e53
tree503e3638a0ae7a533c4adabbc39058df70d91a93
parenta38ab4751f3c0df44dc09e4d685a2637e93c9778
change magic_methcall to use SV with shared hash value

Perl_magic_methcall is not public API, so there is no
need to add another function and we can just change
function's arguments.
av.c
embed.fnc
mg.c
pp.c
proto.h
util.c