X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/72c5b9828e08091a2e3d567bbcd0b4004749f5f9..24985964740b3b28ebfa2fe1de05c0e483947fbf:/src/parse-gram.h diff --git a/src/parse-gram.h b/src/parse-gram.h index 9d8c7d83..8e62c7f1 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -1,10 +1,9 @@ - -/* A Bison parser, made by GNU Bison 2.3b. */ +/* A Bison parser, made by GNU Bison 2.4.1.86-ae09ec. */ /* Skeleton interface for Bison's Yacc-like parsers in C - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -93,7 +92,8 @@ TYPE = 308, TYPE_TAG_ANY = 309, TYPE_TAG_NONE = 310, - PERCENT_UNION = 311 + BRACKETED_ID = 311, + PERCENT_UNION = 312 }; #endif /* Tokens. */ @@ -151,7 +151,8 @@ #define TYPE 308 #define TYPE_TAG_ANY 309 #define TYPE_TAG_NONE 310 -#define PERCENT_UNION 311 +#define BRACKETED_ID 311 +#define PERCENT_UNION 312 @@ -160,7 +161,7 @@ typedef union YYSTYPE { -/* Line 1676 of yacc.c */ +/* Line 1677 of yacc.c */ #line 94 "parse-gram.y" symbol *symbol; @@ -171,11 +172,12 @@ typedef union YYSTYPE assoc assoc; uniqstr uniqstr; unsigned char character; + named_ref *named_ref; -/* Line 1676 of yacc.c */ -#line 179 "parse-gram.h" +/* Line 1677 of yacc.c */ +#line 181 "../../branch-2.5/src/parse-gram.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */