This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Question



Why is _IO_va_list defined as a char * (in streambuf.h)
and not as a __gnuc_va_list like other va_lists ??

It produces an error while compiling isscan.cc 'cause
a va_list (defined as a __gnuc_va_list i.e. void * on
my OS) is passed where a _IO_va_list (defined as a char *)
is expected.

FM


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