Subject: Re: current isn't building and I think it's
To: Garrett D'Amore <garrett_damore@tadpole.com>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 12/26/2005 21:32:08
"Garrett D'Amore" <garrett_damore@tadpole.com> writes:
> There is a lot of software out there, and a lot of it configures for -ansi.
>
> I think it is a poor choice to break C90 code in applications.

We haven't broken C90 code. We've broken C90 compilers. That's very,
very different. Our shipped compiler works *fine* with the code. The
problem is only if you explicitly tell your compiler to complain about
new constructs.

Perry