From: Paul Eggert <eggert@cs.ucla.edu>
Date: Wed, 29 Jan 2003 06:31:41 +0000 (+0000)
Subject: * data/lalr1.cc: Do not use @output_header_name@ unless
X-Git-Tag: BISON-2_0~421
X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6cee62971ee356291af2bb9c19a6eea3d4f781d8

* data/lalr1.cc: Do not use @output_header_name@ unless
b4_defines_flag is set.
---

diff --git a/ChangeLog b/ChangeLog
index c85c0264..364dfca2 100644
--- 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