diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-10 12:09:39 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-10 12:09:39 +0000 |
commit | f8565a6682ea6c56c471a8b67893fb36b404e18f (patch) | |
tree | d18205fdd3f0cf1cbfa4682631b06660ac20718b /intrpvar.h | |
parent | c94115d8a8e2e3c3d1a5486519667eba8297650c (diff) | |
download | perl-f8565a6682ea6c56c471a8b67893fb36b404e18f.tar.gz |
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
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 7f947a34d8..6cdf894df5 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -300,8 +300,8 @@ PERLVAR(Ilex_casestack, char *) /* what kind of case mods in effect */ /* 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) |