diff options
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ * and lexer (perly.c, toke,c). */ +#define YYEMPTY (-2) + typedef struct { YYSTYPE val; /* semantic value */ short state; |