X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d782395d52519fabb2cac3bd479246cc6de7efa8..cbc6a70e9d380dda618b9aad28f66ff79ea5b413:/src/parse-gram.h diff --git a/src/parse-gram.h b/src/parse-gram.h index 50f8daaa..8e62c7f1 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -1,10 +1,9 @@ - -/* A Bison parser, made by GNU Bison 2.3a+. */ +/* 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 1538 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 1538 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 */ @@ -199,4 +201,3 @@ typedef struct YYLTYPE -