Remove 4 from new gv_autoload4_(sv|pvn?) functions
authorFather Chrysostomos <sprout@cpan.org>
Sun, 2 Oct 2011 05:13:26 +0000 (22:13 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 20:01:00 +0000 (13:01 -0700)
commit0fe84f7c4203febe7385a57fe43af2ee032318cf
tree7400788214696d457c6b2455adfefe2b5406883b
parentaa1e761e6b2ad2f51373c7d89c32d7770fba38df
Remove 4 from new gv_autoload4_(sv|pvn?) functions

The 4 was added in commit 54310121b442 (inseparable changes during
5.003/4 developement), presumably the ‘Don't look up &AUTOLOAD in @ISA
when calling plain function’ part.

Before that, gv_autoload had three arguments, so the 4 indicated the
new version (with the method argument).

Since these new functions don’t all have four arguments, and since
they have a new naming convention, there is not reason for the 4.
embed.fnc
embed.h
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/gv_autoload4.t
gv.c
gv.h
proto.h