diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-13 15:21:25 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-06-13 15:41:55 -0400 |
commit | b5bbe64ad2ec51417ef02ac52304ed45fe37be3f (patch) | |
tree | 71f1b45882f215a6d886d3bc08954c02a54e6af0 /makedef.pl | |
parent | 7053d92917f7cb46452de86dc4c6d8644cae849c (diff) | |
download | perl-b5bbe64ad2ec51417ef02ac52304ed45fe37be3f.tar.gz |
Remove MAD.
MAD = Misc Attribute Decoration; unmaintained attempt at preserving
the Perl parse tree more faithfully so that automatic conversion to
Perl 6 would have been easier.
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/makedef.pl b/makedef.pl index c88bee8b0b..83f0c91e06 100644 --- a/makedef.pl +++ b/makedef.pl @@ -453,13 +453,6 @@ unless ($define{'PERL_TRACK_MEMPOOL'}) { ++$skip{PL_memory_debug_header}; } -unless ($define{PERL_MAD}) { - ++$skip{$_} foreach qw( - PL_madskills - PL_xmlfp - ); -} - unless ($define{'MULTIPLICITY'}) { ++$skip{$_} foreach qw( PL_interp_size |