]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
Support %define "KEY" {VALUE}.
[bison.git] / src / parse-gram.h
index 7bbdf80a682e834fa4e5e987a63ae3d908473f72..25b09ba5c516d80e4c5b8aac92cbe1014fa82288 100644 (file)
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
 /* Line 1539 of yacc.c.  */
-#line 90 "parse-gram.y"
+#line 97 "../../src/parse-gram.y"
 {
   symbol *symbol;
   symbol_list *list;
@@ -171,7 +171,7 @@ typedef union YYSTYPE
   unsigned char character;
 }
 /* Line 1539 of yacc.c.  */
-#line 175 "parse-gram.h"
+#line 175 "../../src/parse-gram.h"
        YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */