]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
Extract the parsing of user actions from the grammar scanner.
[bison.git] / src / parse-gram.h
index 2d37fc10f0f4b0ede588e35a0fe0e6e6651e324a..2c5a09db2b790fcd50a74e068672c40885d58f5a 100644 (file)
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 2.2a.  */
+/* A Bison parser, made by GNU Bison 2.1b.  */
 
 /* Skeleton interface for Bison's Yacc-like parsers in C
 
 
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
-#line 94 "parse-gram.y"
+#line 95 "../../src/parse-gram.y"
 {
   symbol *symbol;
   symbol_list *list;
@@ -158,7 +158,7 @@ typedef union YYSTYPE
   uniqstr uniqstr;
 }
 /* Line 1529 of yacc.c.  */
-#line 162 "parse-gram.h"
+#line 162 "../../src/parse-gram.h"
        YYSTYPE;
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1