projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd99bb
)
Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
author
Steve Peters
<steve@fisharerojo.org>
Fri, 10 Mar 2006 02:17:43 +0000
(
02:17
+0000)
committer
Steve Peters
<steve@fisharerojo.org>
Fri, 10 Mar 2006 02:17:43 +0000
(
02:17
+0000)
Otherwise, Win32 does not compile.
p4raw-id: //depot/perl@27457
intrpvar.h
patch
|
blob
|
history
diff --git
a/intrpvar.h
b/intrpvar.h
index 6cdf894df5cd32173782340ff7e0051279fadf77..7f947a34d8a0ccae7786982a0773301cd754197f 100644
(file)
--- 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 */
-PERLVAR(Ilasttoke, I32)
#else
+PERLVAR(Ilasttoke, I32)
PERLVARA(Inextval,5, YYSTYPE) /* value of next token, if any */
PERLVARA(Inexttype,5, I32) /* type of next token */
PERLVAR(Inexttoke, I32)