bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

#line "y.tab.h" in parse-gram.h


From: Florian Krohm
Subject: #line "y.tab.h" in parse-gram.h
Date: Fri, 13 Aug 2004 23:22:15 -0400
User-agent: KMail/1.6.2

That should obviously be: #line "parse-gram.h".
automake is at fault but the problem has recently been fixed in 
version 1.9.1. See:

http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=automake&pr=432


Index: configure.ac
===================================================================
RCS file: /cvsroot/bison/bison/configure.ac,v
retrieving revision 1.48
diff -u -r1.48 configure.ac
--- configure.ac        30 May 2004 18:58:00 -0000      1.48
+++ configure.ac        14 Aug 2004 03:14:14 -0000
@@ -28,7 +28,7 @@
 AC_CONFIG_MACRO_DIR([m4])

 # We don't have a file m4/Makefile.am, so we need Automake 1.8 or later.
-AM_INIT_AUTOMAKE([1.8 check-news readme-alpha dist-bzip2])
+AM_INIT_AUTOMAKE([1.9.1 check-news readme-alpha dist-bzip2])
 AC_CONFIG_HEADERS([config.h:config.hin])

 gl_USE_SYSTEM_EXTENSIONS
Index: src/parse-gram.h
===================================================================
RCS file: /cvsroot/bison/bison/src/parse-gram.h,v
retrieving revision 1.46
diff -u -r1.46 parse-gram.h
--- src/parse-gram.h    27 May 2004 07:40:12 -0000      1.46
+++ src/parse-gram.h    14 Aug 2004 03:14:15 -0000
@@ -144,7 +144,7 @@
   uniqstr uniqstr;
 } YYSTYPE;
 /* Line 1285 of yacc.c.  */
-#line 148 "y.tab.h"
+#line 148 "parse-gram.h"
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
 # define YYSTYPE_IS_DECLARED 1
 # define YYSTYPE_IS_TRIVIAL 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]