From: Roland McGrath Date: Sat, 4 Jan 2003 21:42:58 +0000 (+0000) Subject: * malloc/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to X-Git-Tag: cvs/glibc-2_3_2~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd4b70ea8066990604783bb2810f197f95f8ffd1;p=thirdparty%2Fglibc.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 916a26f4928..2d30b46e40b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-01-03 Paul Eggert + + * 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 * sysdeps/posix/system.c (do_system): Correct reference counter in