X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/2e4c30fa07d1440bdbd1e13086b4e1e37b73b925..841a773708453d8e46d69d0727654fbdba6e063e:/src/parse-gram.h diff --git a/src/parse-gram.h b/src/parse-gram.h index a21a9cd2..1b1b881f 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 2.1a. */ +/* A Bison parser, made by GNU Bison 2.1b. */ /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -136,9 +136,9 @@ -#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) -typedef union YYSTYPE -#line 82 "parse-gram.y" +#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED +typedef union YYSTYPE +#line 95 "parse-gram.y" { symbol *symbol; symbol_list *list; @@ -147,7 +147,7 @@ typedef union YYSTYPE assoc assoc; uniqstr uniqstr; } -/* Line 1511 of yacc.c. */ +/* Line 1538 of yacc.c. */ #line 152 "parse-gram.h" YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ @@ -157,7 +157,7 @@ typedef union YYSTYPE -#if ! defined (YYLTYPE) && ! defined (YYLTYPE_IS_DECLARED) +#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED typedef struct YYLTYPE { int first_line;