This is the mail archive of the libc-hacker@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]

va_dcl


   I assume this really is a egcs problem but I was curious if anyone here
knew the answer. I am finding under egcs_1_1_branch/glibc 2.0.100 that
programs like xbl and xfig that use va_dcl are generating compile errors
on linuxppc. From what I can see all the vararg related headers belong
entirely in egcs now. Is this different from glibc 2.0.7/egcs 1.0.x?
I kinda recall seeing a varargs.h include at some point in the past
being in /usr/include. In any case, the following syntax seems to be
unacceptable now

va_dcl 
{
...misc statements...
}

Any idea why this is no longer valid under glibc 2.0.100/egcs 1.1?
             Jack

-- 
------------------------------------------------------------------------------
Jack W. Howarth, Ph.D.                                     231 Bethesda Avenue
NMR Facility Director                              Cincinnati, Ohio 45267-0524
Dept. of Molecular Genetics                              phone: (513) 558-4420
Univ. of Cincinnati College of Medicine                    fax: (513) 558-8474


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