diff options
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ typedef struct yy_parser { #endif COP *saved_curcop; /* the previous PL_curcop */ + char tokenbuf[256]; } yy_parser; |