]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
* m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
[bison.git] / src / parse-gram.h
index 25b09ba5c516d80e4c5b8aac92cbe1014fa82288..dda76d4acd80a66f450ecaab7e82a658f15c3d1e 100644 (file)
 
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
-/* Line 1539 of yacc.c.  */
-#line 97 "../../src/parse-gram.y"
-{
+{/* Line 1535 of yacc.c.  */
+#line 97 "parse-gram.y"
+
   symbol *symbol;
   symbol_list *list;
   int integer;
@@ -170,8 +170,8 @@ typedef union YYSTYPE
   uniqstr uniqstr;
   unsigned char character;
 }
-/* Line 1539 of yacc.c.  */
-#line 175 "../../src/parse-gram.h"
+/* Line 1535 of yacc.c.  */
+#line 175 "parse-gram.h"
        YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */