This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

problem __va_copy in glibc's vprinf and vscanf


Hi!

I have the problem when compiling glibc-2.1.3 with gcc-2.9.6(snapshot).
Glibc's vprinf and vscanf have  __va_copy,
and gcc-2.95 have also __va_copy.
But gcc-2.96 have va_copy.

i can compile glibc-2.1.3 with gcc-2.95.2.
gcc-2.96 cann't compile glibc.

I hope to use this define in head of glibc's vprinf and vscanf.
Sorry I don't understand what is wrong.
  
#define  va_copy   __va_copy 

Thanks

Kaoru 
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]