summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 2806578703..ffc60d3cf4 100644
--- a/parser.h
+++ b/parser.h
@@ -100,7 +100,7 @@ typedef struct yy_parser {
YYSTYPE nextval[5]; /* value of next token, if any */
I32 nexttype[5]; /* type of next token */
- I32 nexttoke;
+ U32 nexttoke;
COP *saved_curcop; /* the previous PL_curcop */
char tokenbuf[256];