[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: OT Clean C standard?
- From: Mailing-Listen <list@...>
- Date: Thu, 24 Jun 2010 18:22:05 +0200
On Thu, Jun 24, 2010 at 09:27:07AM -0400, Patrick wrote:
> I am re-reading the Lua reference manual. I see that Lua is written
> in a subset of ANSI C and C++ known as clean C. I would like to
> improve my C code and what better way then to follow in the Lua
> developers footsteps but I can't find a references to this online.
> Could someone point the way?
GCC has an option "--Wc++-compat" which warns about incompatibilities with
C++ compilers.
--
AKFoerster