diff options
Diffstat (limited to 'src/include/parser/gramparse.h')
-rw-r--r-- | src/include/parser/gramparse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index d9df30374b2..100fdfb213e 100644 --- a/src/include/parser/gramparse.h +++ b/src/include/parser/gramparse.h @@ -46,6 +46,8 @@ typedef struct base_yy_extra_type int lookahead_token; /* one-token lookahead */ core_YYSTYPE lookahead_yylval; /* yylval for lookahead token */ YYLTYPE lookahead_yylloc; /* yylloc for lookahead token */ + char *lookahead_end; /* end of current token */ + char lookahead_hold_char; /* to be put back at *lookahead_end */ /* * State variables that belong to the grammar. |