Re: realloc.c on Tru64 4.0D

2007-11-05 Thread Bruno Haible
Jim Meyering wrote: > >> 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/reall

Re: realloc.c on Tru64 4.0D

2007-11-05 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > In > 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]> >>

Re: realloc.c on Tru64 4.0D

2007-11-05 Thread Bruno Haible
Hi Jim, In 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 PROTE

Re: realloc.c on Tru64 4.0D

2007-10-29 Thread Ralf Wildenhues
Hello Bruno, * Bruno Haible wrote on Sun, Oct 28, 2007 at 04:20:42AM CET: > Ralf Wildenhues wrote: > > > > --- a/lib/realloc.c > > +++ b/lib/realloc.c > > @@ -23,6 +23,10 @@ > > # define NEED_REALLOC_GNU > > # undef realloc > > #endif > > +#ifdef malloc > > +# define NEED_REALLOC_GNU > > +# un

Re: realloc.c on Tru64 4.0D

2007-10-27 Thread Bruno Haible
Ralf Wildenhues wrote: > 2007-10-22 Ralf Wildenhues <[EMAIL PROTECTED]> > > * lib/realloc.c [defined malloc]: Undefine, for prototype > on Tru64 4.0D. Also define NEED_REALLOC_GNU. > > diff --git a/lib/realloc.c b/lib/realloc.c > index 18cc628..190e554 100644 > --- a/lib/realloc.c

Re: realloc.c on Tru64 4.0D

2007-10-27 Thread Bruno Haible
Ralf Wildenhues wrote: > Well, it comes from the age-old interface of AC_FUNC_MALLOC (upon which > lots of non-gnulib code relies, BTW). > > Are you suggesting that gnulib not use AC_FUNC_MALLOC, but use a copy of > its own that does not #define malloc to rpl_malloc? You're right, it's better not

Re: realloc.c on Tru64 4.0D

2007-10-27 Thread Ralf Wildenhues
Hello Bruno, Sorry for the delay. * Bruno Haible wrote on Tue, Oct 23, 2007 at 01:08:54AM CEST: > Ralf Wildenhues wrote: > > on Tru64 4.0D I got this: > > > > | cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DNO_XMALLOC -DEXEEXT=\"\" > > -I. -I.. -I../../dummy-0/gllib -I../intl -ieee -g -c -

Re: realloc.c on Tru64 4.0D

2007-10-22 Thread Bruno Haible
Hello Ralf, Ralf Wildenhues wrote: > Hello Jim, all, > > on Tru64 4.0D I got this: > > | cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DNO_XMALLOC -DEXEEXT=\"\" > -I. -I.. -I../../dummy-0/gllib -I../intl -ieee -g -c -o realloc.o > ../../dummy-0/gllib/realloc.c > | cc: Error: ../../dummy-0/

realloc.c on Tru64 4.0D

2007-10-22 Thread Ralf Wildenhues
Hello Jim, all, on Tru64 4.0D I got this: | cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DNO_XMALLOC -DEXEEXT=\"\" -I. -I.. -I../../dummy-0/gllib -I../intl -ieee -g -c -o realloc.o ../../dummy-0/gllib/realloc.c | cc: Error: ../../dummy-0/gllib/realloc.c, line 56: In this statement, a comm