X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/34f98f46ee16dd3719d19e002dc27b2665a2514f..db7e5eb5ef7500d9a4dd98a67909d0cf9fc3b025:/src/parse-gram.h diff --git a/src/parse-gram.h b/src/parse-gram.h index 64e7ddf8..7bbdf80a 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -159,7 +159,8 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE -#line 97 "parse-gram.y" +/* Line 1539 of yacc.c. */ +#line 90 "parse-gram.y" { symbol *symbol; symbol_list *list; @@ -169,12 +170,12 @@ typedef union YYSTYPE uniqstr uniqstr; unsigned char character; } -/* Line 1544 of yacc.c. */ -#line 174 "parse-gram.h" +/* Line 1539 of yacc.c. */ +#line 175 "parse-gram.h" YYSTYPE; +# define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 -# define YYSTYPE_IS_TRIVIAL 1 #endif