diff options
Diffstat (limited to 'Source/Parser/wp_parser.tab.h')
-rw-r--r-- | Source/Parser/wp_parser.tab.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Parser/wp_parser.tab.h b/Source/Parser/wp_parser.tab.h index add7999ce..f36b4b611 100644 --- a/Source/Parser/wp_parser.tab.h +++ b/Source/Parser/wp_parser.tab.h @@ -52,7 +52,8 @@ extern int yydebug; F2 = 262, EOL = 263, POW = 264, - NEG = 265 + NEG = 265, + UPLUS = 266 }; #endif @@ -69,7 +70,7 @@ union YYSTYPE enum wp_f1_t f1; enum wp_f2_t f2; -#line 73 "wp_parser.tab.h" /* yacc.c:1909 */ +#line 74 "wp_parser.tab.h" /* yacc.c:1909 */ }; typedef union YYSTYPE YYSTYPE; |