]> git.saurik.com Git - bison.git/blobdiff - src/parse-gram.h
build: look for Perl in configure.
[bison.git] / src / parse-gram.h
index 32c51798f3e1c02dc473bbabc09f91353c830fb7..f1dacd1658e15130035478abde2359654e6bf5ce 100644 (file)
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 2.6.22-9f3f1.  */
+/* A Bison parser, made by GNU Bison 2.6.2.13-429e.  */
 
 /* Bison interface for Yacc-like parsers in C
    
@@ -167,9 +167,8 @@ extern int gram_debug;
 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
 typedef union YYSTYPE
 {
-
 /* Line 2050 of yacc.c  */
-#line 114 "parse-gram.y"
+#line 115 "parse-gram.y"
 
   symbol *symbol;
   symbol_list *list;
@@ -182,9 +181,8 @@ typedef union YYSTYPE
   named_ref *named_ref;
 
 
-
 /* Line 2050 of yacc.c  */
-#line 188 "parse-gram.h"
+#line 186 "parse-gram.h"
 } YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */