From f8565a6682ea6c56c471a8b67893fb36b404e18f Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 10 Mar 2006 12:09:39 +0000 Subject: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl about MADness (and unMADness - maybe there is a special word for that) p4raw-id: //depot/perl@27460 --- makedef.pl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'makedef.pl') diff --git a/makedef.pl b/makedef.pl index ab3b2c416d..5b4f930260 100644 --- a/makedef.pl +++ b/makedef.pl @@ -837,10 +837,16 @@ unless ($define{'PERL_TRACK_MEMPOOL'}) { )]; } -unless ($define{'PERL_MAD'}) { +if ($define{'PERL_MAD'}) { + skip_symbols [qw( + PL_nextval + PL_nexttype + )]; +} else { skip_symbols [qw( PL_madskills PL_xmlfp + PL_lasttoke Perl_pad_peg Perl_xmldump_indent Perl_xmldump_vindent -- cgit v1.2.1