[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Dropped support for C89?
- From: Lorenzo Donati <lorenzodonatibz@...>
- Date: Sun, 04 Jan 2015 22:45:12 +0100
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