deprecated GNU ## extension used

Ulrich Drepper drepper@redhat.com
Tue Jul 11 09:59:00 GMT 2000


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   `------------------------


More information about the Libc-alpha mailing list