]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
* src/print.c (lookahead_set, state_default_rule): Remove.
[bison.git] / src / parse-gram.h
index 978f4e0fdbd131e2a5734a552cb496390d2b1f84..6942064580192f246b1007ff88583b27cf23eda2 100644 (file)
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
 {
-/* Line 1535 of yacc.c  */
+
+/* Line 1537 of yacc.c  */
 #line 97 "parse-gram.y"
 
   symbol *symbol;
@@ -176,11 +177,12 @@ typedef union YYSTYPE
   assoc assoc;
   uniqstr uniqstr;
   unsigned char character;
-}
 
-/* Line 1535 of yacc.c  */
-#line 183 "parse-gram.h"
-       YYSTYPE;
+
+
+/* Line 1537 of yacc.c  */
+#line 185 "parse-gram.h"
+} YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1