From 4844eb55a7c1dca03f15d07ff22a34e3ab3d134c Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Sat, 16 Mar 2019 11:22:19 -0700 Subject: add unary plus sign and fix a bug --- Source/Parser/wp_parser.tab.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/Parser/wp_parser.tab.h') 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; -- cgit v1.2.3