This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove method param from gv_autoload_*
[perl5.git] / embed.fnc
index 0fe0d3d..23d071d 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -431,11 +431,11 @@ Apmb      |GV*    |gv_HVadd       |NULLOK GV *gv
 Apmb   |GV*    |gv_IOadd       |NULLOK GV* gv
 AmR    |GV*    |gv_autoload4   |NULLOK HV* stash|NN const char* name \
                                |STRLEN len|I32 method
-ApR    |GV*    |gv_autoload_sv |NULLOK HV* stash|NN SV* namesv|I32 method|U32 flags
+ApR    |GV*    |gv_autoload_sv |NULLOK HV* stash|NN SV* namesv|U32 flags
 ApR    |GV*    |gv_autoload_pv |NULLOK HV* stash|NN const char* namepv \
-                                        |I32 method|U32 flags
+                                |U32 flags
 ApR    |GV*    |gv_autoload_pvn        |NULLOK HV* stash|NN const char* name \
-                                        |STRLEN len|I32 method|U32 flags
+                                        |STRLEN len|U32 flags
 Ap     |void   |gv_check       |NN const HV* stash
 Ap     |void   |gv_efullname   |NN SV* sv|NN const GV* gv
 Apmb   |void   |gv_efullname3  |NN SV* sv|NN const GV* gv|NULLOK const char* prefix