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:

> Neil claims that all GNU-syntax varargs macros can be rewritten in C99
> syntax.  I have yet to see a counterexample from real code.  If you
> can show me one, I'll take it out again; otherwise I stand behind his
> decision to deprecate this.

#define lineerror(fmt, args...) \
  fprintf (estream, "%d: " fmt, lineno, ##args)

-- 
---------------.                          ,-.   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]