diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-18 22:26:23 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-21 18:09:32 -0700 |
commit | 5fdfd519dc37986a14b6b55f3343f6dc6db73355 (patch) | |
tree | c61f1d5bb7e0f35b5e3d2d334075523b9d39fb3d /proto.h | |
parent | c6dcfcc2ec4d63e60139d49565a12d0b103c9d8a (diff) | |
download | perl-5fdfd519dc37986a14b6b55f3343f6dc6db73355.tar.gz |
Don’t magicalise %OVERLOAD
It’s not necessary any more, now that mro_method_changed_in sets the
AMAGIC flag on the stash.
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -5550,11 +5550,6 @@ STATIC void S_gv_magicalize_isa(pTHX_ GV *gv) #define PERL_ARGS_ASSERT_GV_MAGICALIZE_ISA \ assert(gv) -STATIC void S_gv_magicalize_overload(pTHX_ GV *gv) - __attribute__nonnull__(pTHX_1); -#define PERL_ARGS_ASSERT_GV_MAGICALIZE_OVERLOAD \ - assert(gv) - STATIC HV* S_require_tie_mod(pTHX_ GV *gv, const char *varpv, SV* namesv, const char *methpv, const U32 flags) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2) |