]> git.saurik.com Git - bison.git/commitdiff
* data/lalr1.cc: Do not use @output_header_name@ unless
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 Jan 2003 06:31:41 +0000 (06:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 Jan 2003 06:31:41 +0000 (06:31 +0000)
b4_defines_flag is set.

ChangeLog

index c85c0264f51a6b2e42594147a147ab2ba4e8824e..364dfca26139074d9f11bc85103b87d51c2fa156 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-01-28  Paul Eggert  <eggert@twinsun.com>
+
+       * data/lalr1.cc: Do not use @output_header_name@ unless
+       b4_defines_flag is set.  This fixes two bugs reported by
+       Tim Van Holder in
+       <http://mail.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
+       and <http://mail.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
+
 2003-01-21  Paul Eggert  <eggert@twinsun.com>
 
        * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that