]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
Bump version number.
[bison.git] / src / parse-gram.h
index 8ce0c96644a8ca1c93cb67ea4155fcb3ad61596a..2f6511093dcaceddd41ff8d75adddc5343ad775b 100644 (file)
 
 
 
-#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,8 +147,8 @@ typedef union YYSTYPE
   assoc assoc;
   uniqstr uniqstr;
 }
-/* Line 1543 of yacc.c.  */
-#line 152 "parse-gram.h"
+/* Line 1536 of yacc.c.  */
+#line 152 "y.tab.h"
        YYSTYPE;
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1
@@ -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;