diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-24 14:04:02 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-29 23:55:22 -0700 |
commit | 43e373e63c219121304886fa2ecda701fe46cd7f (patch) | |
tree | 0929c11c205a4abc6fd2849134f6f19893d0292f /mg_vtable.h | |
parent | 9e3f0d16dbcc317a6b02a468a3501297984f7d6b (diff) | |
download | perl-43e373e63c219121304886fa2ecda701fe46cd7f.tar.gz |
Expunge study magic
I’m running out of synonyms for ‘remove’.
Diffstat (limited to 'mg_vtable.h')
-rw-r--r-- | mg_vtable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mg_vtable.h b/mg_vtable.h index f6d910474f..d2379f26e9 100644 --- a/mg_vtable.h +++ b/mg_vtable.h @@ -27,7 +27,6 @@ #define PERL_MAGIC_env 'E' /* %ENV hash */ #define PERL_MAGIC_envelem 'e' /* %ENV hash element */ #define PERL_MAGIC_fm 'f' /* Formline ('compiled' format) */ -#define PERL_MAGIC_study 'G' /* study()ed string */ #define PERL_MAGIC_regex_global 'g' /* m//g target */ #define PERL_MAGIC_hints 'H' /* %^H hash */ #define PERL_MAGIC_hintselem 'h' /* %^H hash element */ |