Hi Jim, In <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00482.html> I proposed a fix, jointly with Ralf, for the realloc.c problem that Ralf reported. Comments about it? (It's your territory.)
> 2007-10-27 Ralf Wildenhues <[EMAIL PROTECTED]> > Bruno Haible <[EMAIL PROTECTED]> > > * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always. > * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always. > * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro. > (malloc): Undefine also before including <stdlib.h>. > (rpl_realloc): Turn malloc(0) into malloc(1) if necessary. > Needed on OSF/1 4.0. Bruno