diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-27 22:35:17 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-30 11:48:42 -0800 |
commit | 93fa278758aa71f9c91078585c82898a9c7b8eb6 (patch) | |
tree | ecb4e0df516f4f2f96b02ccc244a4391f16dd60c /mg_vtable.h | |
parent | 307a54be0900ed9b37ec2967bff2a57d4874e280 (diff) | |
download | perl-93fa278758aa71f9c91078585c82898a9c7b8eb6.tar.gz |
Remove proto magic type
It is no longer in use, as of two commits ago.
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 c0bb820551..c71a988cf7 100644 --- a/mg_vtable.h +++ b/mg_vtable.h @@ -15,7 +15,6 @@ #define PERL_MAGIC_sv '\0' /* Special scalar variable */ #define PERL_MAGIC_arylen '#' /* Array length ($#ary) */ #define PERL_MAGIC_rhash '%' /* Extra data for restricted hashes */ -#define PERL_MAGIC_proto '&' /* my sub prototype CV */ #define PERL_MAGIC_debugvar '*' /* $DB::single, signal, trace vars */ #define PERL_MAGIC_pos '.' /* pos() lvalue */ #define PERL_MAGIC_symtab ':' /* Extra data for symbol tables */ |