diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-20 15:13:59 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:00:58 -0700 |
commit | 6c53d59b03d375fb8b965556b3c8cbd864ecf753 (patch) | |
tree | 6047a8239c3a81483811ca34c6741dae4cbc0e1b /proto.h | |
parent | c856b47ad7997b27392f0249839bf163d2a422cf (diff) | |
download | perl-6c53d59b03d375fb8b965556b3c8cbd864ecf753.tar.gz |
Restore gv_fetchmeth to perlapi
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1192,6 +1192,9 @@ PERL_CALLCONV GV* Perl_gv_fetchfile_flags(pTHX_ const char *const name, const ST #define PERL_ARGS_ASSERT_GV_FETCHFILE_FLAGS \ assert(name) +/* PERL_CALLCONV GV* gv_fetchmeth(pTHX_ HV* stash, const char* name, STRLEN len, I32 level) + __attribute__nonnull__(pTHX_2); */ + PERL_CALLCONV GV* Perl_gv_fetchmeth_autoload(pTHX_ HV* stash, const char* name, STRLEN len, I32 level) __attribute__nonnull__(pTHX_2); #define PERL_ARGS_ASSERT_GV_FETCHMETH_AUTOLOAD \ |