X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8e0a5e9e735620ef5196a155eed1f8cf4d3aab5f..9b33de72cd2469bedac2b5f0a48a8782571ea9db:/src/parse-gram.h diff --git a/src/parse-gram.h b/src/parse-gram.h index 4c6d7601..69420645 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -1,3 +1,4 @@ + /* A Bison parser, made by GNU Bison 2.3a+. */ /* Skeleton interface for Bison's Yacc-like parsers in C @@ -164,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 "parse-gram.y" symbol *symbol; symbol_list *list; @@ -175,11 +177,12 @@ typedef union YYSTYPE assoc assoc; uniqstr uniqstr; unsigned char character; -} -/* Line 1546 of yacc.c */ -#line 182 "parse-gram.h" - YYSTYPE; + + +/* Line 1537 of yacc.c */ +#line 185 "parse-gram.h" +} YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 @@ -203,4 +206,3 @@ typedef struct YYLTYPE -