fdvm updated
This commit is contained in:
@@ -401,8 +401,9 @@ extern int yydebug;
|
||||
SPF_MERGE = 354,
|
||||
SPF_COVER = 355,
|
||||
SPF_PROCESS_PRIVATE = 356,
|
||||
BINARY_OP = 359,
|
||||
UNARY_OP = 360
|
||||
SPF_WEIGHT = 357,
|
||||
BINARY_OP = 360,
|
||||
UNARY_OP = 361
|
||||
};
|
||||
#endif
|
||||
|
||||
@@ -411,7 +412,7 @@ extern int yydebug;
|
||||
|
||||
union YYSTYPE
|
||||
{
|
||||
#line 439 "gram1.y" /* yacc.c:1909 */
|
||||
#line 440 "gram1.y" /* yacc.c:1909 */
|
||||
|
||||
int token;
|
||||
char charv;
|
||||
@@ -423,7 +424,7 @@ union YYSTYPE
|
||||
PTR_HASH hash_entry;
|
||||
PTR_LABEL label;
|
||||
|
||||
#line 427 "gram1.tab.h" /* yacc.c:1909 */
|
||||
#line 428 "gram1.tab.h" /* yacc.c:1909 */
|
||||
};
|
||||
|
||||
typedef union YYSTYPE YYSTYPE;
|
||||
|
||||
Reference in New Issue
Block a user