X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a74a3158d47827616b2d5fc282b7ad4bf69c4261..7287be84f10886ea3c38ac86da1d6642822b671e:/src/parse-gram.h?ds=sidebyside diff --git a/src/parse-gram.h b/src/parse-gram.h index 32c51798..f1dacd16 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 2.6.22-9f3f1. */ +/* A Bison parser, made by GNU Bison 2.6.2.13-429e. */ /* Bison interface for Yacc-like parsers in C @@ -167,9 +167,8 @@ extern int gram_debug; #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { - /* Line 2050 of yacc.c */ -#line 114 "parse-gram.y" +#line 115 "parse-gram.y" symbol *symbol; symbol_list *list; @@ -182,9 +181,8 @@ typedef union YYSTYPE named_ref *named_ref; - /* Line 2050 of yacc.c */ -#line 188 "parse-gram.h" +#line 186 "parse-gram.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */