From: Paul Eggert Date: Thu, 13 Mar 2003 21:26:08 +0000 (+0000) Subject: Merge changes from Bison. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe548008cb899c335af862a930295002e4115854;p=pspp Merge changes from Bison. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index cba3a7ac83..bca7285ce1 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2003-03-13 Paul Eggert + 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 unconditionally. 2003-03-09 Paul Eggert diff --git a/m4/ChangeLog b/m4/ChangeLog index de1b0266d2..132c58ede4 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2003-03-13 Paul Eggert + + * 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 * poll.m4: New file.