diff options
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ typedef struct yy_parser { YYSTYPE nextval[5]; /* value of next token, if any */ I32 nexttype[5]; /* type of next token */ - U32 nexttoke; + U8 nexttoke; COP *saved_curcop; /* the previous PL_curcop */ char tokenbuf[256]; |