diff options
author | Roland McGrath <roland@gnu.org> | 2003-01-04 21:42:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-01-04 21:42:58 +0000 |
commit | fd4b70ea8066990604783bb2810f197f95f8ffd1 (patch) | |
tree | 736b538e96fa19ddf80ac3a8f6858d580f3efb8c /ChangeLog | |
parent | 134f3e242432ae59442bec1fca26a353d00f3eba (diff) | |
download | glibc-fd4b70ea8066990604783bb2810f197f95f8ffd1.tar.gz |
* malloc/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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-01-03 Paul Eggert <eggert@twinsun.com> + + * malloc/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. + 2003-01-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/system.c (do_system): Correct reference counter in |