* Marc Haber:

> +#if defined(__GNUC__) || (defined(__powerpc__) && defined(__FreeBSD__))
>  #define VA_COPY __va_copy
> +#elif defined(__powerpc__) && defined(__NetBSD__)
> +#define VA_COPY va_copy
>  #else
>  #define VA_COPY(x, y) x = y
>  #endif
>
> Would that be ok with both of you?

__va_copy is provided by GCC's <stdarg.h> as well, so this patch
should be fine.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to