lua-users home
lua-l archive

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


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