Merge changes from Bison.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Mar 2003 21:26:08 +0000 (21:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Mar 2003 21:26:08 +0000 (21:26 +0000)
lib/ChangeLog
m4/ChangeLog

index cba3a7ac83bc5123e312da0ef718c617e54d3b84..bca7285ce1497ecd1ce6666b3030ddb38a3cb66b 100644 (file)
@@ -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>
index de1b0266d2491c50822398684d5f835f749f4e60..132c58ede4e0668f6560e0849471f2f4c4252f64 100644 (file)
@@ -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.