X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1c7b7e1d87f698efb2e3daad0f6484829563d96f..c1d19e10c32844d17122b473840752003521d21b:/src/parse-gram.h diff --git a/src/parse-gram.h b/src/parse-gram.h index 1fdbbef2..b6ba1992 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -165,8 +165,9 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { -/* Line 1546 of yacc.c */ -#line 98 "parse-gram.y" + +/* Line 1537 of yacc.c */ +#line 97 "../../src/parse-gram.y" symbol *symbol; symbol_list *list; @@ -176,11 +177,12 @@ typedef union YYSTYPE assoc assoc; uniqstr uniqstr; unsigned char character; -} -/* Line 1546 of yacc.c */ -#line 183 "parse-gram.h" - YYSTYPE; + + +/* Line 1537 of yacc.c */ +#line 185 "../../src/parse-gram.h" +} YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1