From bd6e6c126bf78b3ecdc6512201fd30a2c288fe7f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 18 May 2012 22:37:31 -0700 Subject: =?UTF-8?q?Annihilate=20=E2=80=98A=E2=80=99=20magic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit How ironic! Overloading is called ‘A’ magic internally all over the place, because of the letter used as its magic type. But now it does not even use that magic. I left a comment in mg_vtable.pl, so that future maintainers will have some clue as to what AMAGIC means. --- mg_raw.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mg_raw.h') diff --git a/mg_raw.h b/mg_raw.h index 2a919b99a3..b6a48a42b1 100644 --- a/mg_raw.h +++ b/mg_raw.h @@ -20,10 +20,6 @@ "/* backref '<' for weak ref data */" }, { '@', "magic_vtable_max | PERL_MAGIC_VALUE_MAGIC", "/* arylen_p '@' to move arylen out of XPVAV */" }, - { 'A', "want_vtbl_amagic", - "/* overload 'A' %OVERLOAD hash */" }, - { 'a', "want_vtbl_amagicelem", - "/* overload_elem 'a' %OVERLOAD hash element */" }, { 'B', "want_vtbl_regexp | PERL_MAGIC_READONLY_ACCEPTABLE | PERL_MAGIC_VALUE_MAGIC", "/* bm 'B' Boyer-Moore (fast string search) */" }, { 'c', "want_vtbl_ovrld", -- cgit v1.2.1