lua-users home
lua-l archive

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


Hi All!

During my recent compilation tests for Lua 5.3 I noticed that the
makefile produces compilation commands for GCC with the option

-std=c99

Does this mean that now Lua requires at least C99 compliance to be
compiled? Or simply are there some features disabled if a C99 compliant
compiler is not available?

Not that important for me - just a curiosity.

Cheers!

-- Lorenzo