tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] OSX


From: Peter \"Firefly\" Lund
Subject: Re: [Tinycc-devel] OSX
Date: Mon, 21 Apr 2003 08:12:50 +0200 (MEST)

On Sun, 20 Apr 2003, Steve Dekorte wrote:

> Looks like OSX gcc chokes on this stuff:
>
>      case 'a' ... 'z':
>      case 'A' ... 'Z':
>
> Is this ANSI C? Does tcc try to be ANSI?

It isn't ANSI but many C compilers allow it (including gcc).  You may need
to use a command-line switch to turn it on.

Version 0.9.16 doesn't use it.

-Peter

"Of course, I'm not unbiased, but in my humble opinion, I've
 gotten close to something that I can be really proud of."
 -- Knuth on The Art of Computer Programming.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]