fdvm updated

This commit is contained in:
ALEXks
2025-03-06 20:07:20 +03:00
committed by Dudarenko
parent 90894a4723
commit d6df2f6b5f
16 changed files with 4417 additions and 4424 deletions

View File

@@ -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;