X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0d2c8934a5466a8a22237bdceafacf636b88e3dd..aca1717341b70862b465e4e4c7fb03a63084a35d:/src/parse-gram.h diff --git a/src/parse-gram.h b/src/parse-gram.h index 9fd13c8d..5f5ebe66 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 2.1b. */ +/* A Bison parser, made by GNU Bison 2.2. */ /* Skeleton interface for Bison's Yacc-like parsers in C @@ -148,7 +148,7 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE -#line 94 "../../src/parse-gram.y" +#line 94 "parse-gram.y" { symbol *symbol; symbol_list *list; @@ -158,7 +158,7 @@ typedef union YYSTYPE uniqstr uniqstr; } /* Line 1528 of yacc.c. */ -#line 162 "../../src/parse-gram.h" +#line 162 "parse-gram.h" YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 @@ -181,5 +181,3 @@ typedef struct YYLTYPE #endif - -