]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
Pacify ./configure --enable-gcc-warnings.
[bison.git] / src / parse-gram.h
index 2d8d9e5c8e9a0d69ee99620471c25ca552cebbdb..1163bbdc3b2726e2e5c6ee54472a3c087fc63364 100644 (file)
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 2.4.266-78f6.  */
+/* A Bison parser, made by GNU Bison 2.4.307-8f0d-dirty.  */
 
 /* Interface for Bison's Yacc-like parsers in C
 
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
 {
-/* Line 1600 of yacc.c  */
+/* Line 1663 of yacc.c  */
 #line 92 "parse-gram.y"
 
   symbol *symbol;
@@ -166,8 +166,8 @@ typedef union YYSTYPE
   unsigned char character;
 
 
-/* Line 1600 of yacc.c  */
-#line 171 "../../src/parse-gram.h"
+/* Line 1663 of yacc.c  */
+#line 171 "src/parse-gram.h"
 } YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */