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


Neil Booth <NeilB@earthling.net> writes:

> I don't think we _need_ an ill-defined extension, it just makes some
> things easier, but breaks standards conformance.

Nothing breaks conformance.  You cannot concatenate a comma with
anything else and therefore handling

	some, ##args

will not break conformance.  It simply implements an extension where
code following ISO C strictly would have to fail.

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