X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/2ce4ed68c9b156fd353ada1a986bb61dfa42f60a..284d8a13e87c6bdc5aa2ca8fd6f8291022906b44:/src/parse-gram.h diff --git a/src/parse-gram.h b/src/parse-gram.h index 25b09ba5..dda76d4a 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -159,9 +159,9 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE -/* Line 1539 of yacc.c. */ -#line 97 "../../src/parse-gram.y" -{ +{/* Line 1535 of yacc.c. */ +#line 97 "parse-gram.y" + symbol *symbol; symbol_list *list; int integer; @@ -170,8 +170,8 @@ typedef union YYSTYPE uniqstr uniqstr; unsigned char character; } -/* Line 1539 of yacc.c. */ -#line 175 "../../src/parse-gram.h" +/* Line 1535 of yacc.c. */ +#line 175 "parse-gram.h" YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */