blender/build_files/scons/config
Brecht Van Lommel 4ff0126e89 C99 is now the C standard for all our C code.
The main new feature is mixed variable declarations and code, which can help
reduce uninitialized variables or accidental variable reuse.

Due to incomplete C99 support in VS 2013, variable length arrays are not
supported, BLI_array_alloca must still be used. The header <tgmath.h> is also
not supported.

Differential Revision: https://developer.blender.org/D1631
2015-11-22 22:31:22 +01:00
..
darwin-config.py C99 is now the C standard for all our C code. 2015-11-22 22:31:22 +01:00
linux-config.py C99 is now the C standard for all our C code. 2015-11-22 22:31:22 +01:00
win32-mingw-config.py C99 is now the C standard for all our C code. 2015-11-22 22:31:22 +01:00
win32-vc-config.py windows / msvc bump to python 3.5 2015-11-15 11:21:26 +01:00
win64-mingw-config.py C99 is now the C standard for all our C code. 2015-11-22 22:31:22 +01:00
win64-vc-config.py windows / msvc bump to python 3.5 2015-11-15 11:21:26 +01:00