This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove method param from gv_autoload_*
authorFather Chrysostomos <sprout@cpan.org>
Sun, 2 Oct 2011 05:14:19 +0000 (22:14 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 20:01:00 +0000 (13:01 -0700)
commit0eeb01b957d2d66eec1a0e1e347c6d8772e5284e
tree110f9778173d6a76d65b152c2344eb48f09bc692
parent0fe84f7c4203febe7385a57fe43af2ee032318cf
Remove method param from gv_autoload_*

method is a boolean flag (typed I32, but used as a boolean) added by
commit 54310121b442.

These new gv_autoload_* functions have a flags parameter, so there’s
no reason for this extra effective bool.  We can just use a flag bit.
embed.fnc
embed.h
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/gv_autoload4.t
gv.c
gv.h
proto.h