about MADness (and unMADness - maybe there is a special word for that)
p4raw-id: //depot/perl@27460
/* What we know when we're in LEX_KNOWNEXT state. */
#ifdef PERL_MAD
PERLVARA(Inexttoke,5, NEXTTOKE) /* value of next token, if any */
-#else
PERLVAR(Ilasttoke, I32)
+#else
PERLVARA(Inextval,5, YYSTYPE) /* value of next token, if any */
PERLVARA(Inexttype,5, I32) /* type of next token */
PERLVAR(Inexttoke, I32)
)];
}
-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