]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
* data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
[bison.git] / src / parse-gram.h
index ec4d27cbcedd68511ebc138ac8ea18b17042d9f2..7bbdf80a682e834fa4e5e987a63ae3d908473f72 100644 (file)
 
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
 
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
-/* Line 1532 of yacc.c.  */
-#line 97 "../../src/parse-gram.y"
+/* Line 1539 of yacc.c.  */
+#line 90 "parse-gram.y"
 {
   symbol *symbol;
   symbol_list *list;
 {
   symbol *symbol;
   symbol_list *list;
@@ -170,12 +170,12 @@ typedef union YYSTYPE
   uniqstr uniqstr;
   unsigned char character;
 }
   uniqstr uniqstr;
   unsigned char character;
 }
-/* Line 1532 of yacc.c.  */
-#line 175 "../../src/parse-gram.h"
+/* Line 1539 of yacc.c.  */
+#line 175 "parse-gram.h"
        YYSTYPE;
        YYSTYPE;
+# define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1
-# define YYSTYPE_IS_TRIVIAL 1
 #endif
 
 
 #endif