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>
+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.