]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
Provide an additional sub-message for clarity.
[bison.git] / src / parse-gram.h
index 0be20d07cc0a366a5c07ba3006b956321a578fd1..c05822bc9a4d2574d7fde19e6ecaec950de78b4c 100644 (file)
@@ -1,10 +1,9 @@
-
-/* A Bison parser, made by GNU Bison 2.3a+.  */
+/* A Bison parser, made by GNU Bison 2.4.1.137-628b-dirty.  */
 
 /* 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.  */
 #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
 
 
 
 typedef union YYSTYPE
 {
 
-/* Line 22 of yacc.c  */
+/* Line 1692 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 22 of yacc.c  */
-#line 179 "parse-gram.h"
+/* Line 1692 of yacc.c  */
+#line 181 "parse-gram.h"
 } YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
@@ -199,4 +201,3 @@ typedef struct YYLTYPE
 
 
 
-