X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6afc30cc8763e690a1f9b8aa21fbc7b72244b5c6..c1d19e10c32844d17122b473840752003521d21b:/src/parse-gram.h?ds=inline diff --git a/src/parse-gram.h b/src/parse-gram.h index 978f4e0f..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 1535 of yacc.c */ -#line 97 "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 1535 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