changeset 4255:fe0f8778e46d

Merge changes from Bison.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 13 Mar 2003 21:26:08 +0000
parents 14b537acd198
children 8985ae624e3d
files lib/ChangeLog m4/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,10 @@
 2003-03-13  Paul Eggert  <eggert@twinsun.com>
 
+	Merge changes from Bison.
+	* obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
+	(void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
+	when compiling Bison 1.875's `bitset bset = obstack_alloc
+	(bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
 	* hash.c: Include <stdbool.h> unconditionally.
 
 2003-03-09  Paul Eggert  <eggert@twinsun.com>
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-13  Paul Eggert  <eggert@twinsun.com>
+
+	* onceonly.m4 (m4_quote): New macro.
+	(AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
+	Quote AC_FOREACH variable-expansions properly.
+
 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
 
 	* poll.m4: New file.