From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sat, 19 Oct 2002 01:10:26 +0000 (+0000)
Subject: * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
X-Git-Tag: BISON-1_875~449
X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/724ce7f5244fa5f63a297ec4e6dc614a145884c2?hp=ac5dd84c25dab37836c551703ceea5603834957f

* tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
* tests/conflicts.at (%nonassoc and eof): Likewise.
Fixes SunOS 4.1.4 test failure reported by Peter Klein.
---

diff --git a/ChangeLog b/ChangeLog
index a5ff13ec..473222f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-18  Paul Eggert  <eggert@twinsun.com>
+
+	* tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
+	* tests/conflicts.at (%nonassoc and eof): Likewise.
+	Fixes SunOS 4.1.4 test failure reported by Peter Klein.
+
 2002-10-17  Akim Demaille  <akim@epita.fr>
 
 	* src/getargs.h (trace_e): Add trace_scan, and trace_parse.