bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AIX 5.1 xlc va_copy (stdarg patch)


From: Peter O'Gorman
Subject: Re: AIX 5.1 xlc va_copy (stdarg patch)
Date: Tue, 26 Feb 2008 18:44:59 -0600
User-agent: Mutt/1.5.17 (2007-11-01)

On Tue, Feb 26, 2008 at 06:06:06PM -0600, Peter O'Gorman wrote:
> > After all, if there is already a va_copy, and it disagrees with our
> > substitute, we're probably wrong.  Doing this removes the need for
> > generating or substituting HAVE_VA_COPY.  va_copy is required to be a
> > macro, so this should be safe.
> >
> 
> Yes, it would be simpler and I would have done that had it even
> crossed my mind :)
>

Looks like this breaks on AIX 4.3.3 :(

gl_CHECK_NEXT_HEADERS fails to find the absolute file name for
stddef.h, it finds the empty string and substitutes

#include ""

into the generated stdarg.h

It looks like gl_CHECK_NEXT_HEADERS fails for headers that do not
declare any functions. stdarg.h only defines macros :(

Peter 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]