summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-07-28 00:33:33 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-07-28 22:20:04 -0700
commit8a68f32879ab48ea5a7fbacc6abdca4a65ec0d23 (patch)
treed24bcd1c222d8d038c51ba0a3356af8650f95532 /embed.h
parent562aee6bf50bd2244cded74c1addaf1f2a395cbd (diff)
downloadperl-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index 50d2344bed..aa950c414c 100644
--- a/embed.h
+++ b/embed.h
@@ -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