diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-28 00:33:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-07-28 22:20:04 -0700 |
commit | 8a68f32879ab48ea5a7fbacc6abdca4a65ec0d23 (patch) | |
tree | d24bcd1c222d8d038c51ba0a3356af8650f95532 /embed.h | |
parent | 562aee6bf50bd2244cded74c1addaf1f2a395cbd (diff) | |
download | perl-8a68f32879ab48ea5a7fbacc6abdca4a65ec0d23.tar.gz |
Oust sv_gmagical_2iv_please
The magic flags patch prevents this from ever being called, since the
OK flags work the same way for magic variables now as they have for
muggle vars, avoid these fiddly games. (It was when writing it that I
realised the value of the magic flags proposal.)
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1207,7 +1207,6 @@ #define sv_clean_objs() Perl_sv_clean_objs(aTHX) #define sv_del_backref(a,b) Perl_sv_del_backref(aTHX_ a,b) #define sv_free_arenas() Perl_sv_free_arenas(aTHX) -#define sv_gmagical_2iv_please(a) Perl_sv_gmagical_2iv_please(aTHX_ a) #define sv_ref(a,b,c) Perl_sv_ref(aTHX_ a,b,c) #define sv_sethek(a,b) Perl_sv_sethek(aTHX_ a,b) #ifndef PERL_IMPLICIT_CONTEXT |