This is the mail archive of the libc-alpha@sources.redhat.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]

Re: deprecated GNU ## extension used


Zack Weinberg <zack@wolery.cumb.org> writes:

> > #define lineerror(fmt, args...) \
> >   fprintf (estream, "%d: " fmt, lineno, ##args)
> 
> And is this from real code, or did you just make it up?

This is real code I'm using.  Andreas' example showed another case:
the ISO C99 varargs list can never be empty.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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