Re: va_copy in libc

2002-05-19 Thread Benno Rice
On Sun, 2002-05-19 at 22:24, Benno Rice wrote: > While trying to build libc for PowerPC, I ran into the problem that for > some reason gcc gave me this: [snip] Actually, ignore this. It just hid the problem, not fixed it. -- Benno Rice [EMAIL PROTECTED] signature.asc Description: This is a

va_copy in libc

2002-05-19 Thread Benno Rice
While trying to build libc for PowerPC, I ran into the problem that for some reason gcc gave me this: /home/benno/powerpc/lib/libc/stdio/vfprintf.c:551: incompatible types in assignment For the this: int __vfprintf(FILE *fp, const char *fmt0, va_list ap) { ... va_list orgap; /*