mirror of
https://github.com/rui314/chibicc
synced 2024-11-22 14:21:18 +03:00
Do not define __STDC_NO_VLA__
This commit is contained in:
parent
2fa8f489f3
commit
b0109a30c9
@ -996,7 +996,6 @@ void init_macros(void) {
|
||||
define_macro("__STDC_HOSTED__", "1");
|
||||
define_macro("__STDC_NO_ATOMICS__", "1");
|
||||
define_macro("__STDC_NO_COMPLEX__", "1");
|
||||
define_macro("__STDC_NO_VLA__", "1");
|
||||
define_macro("__STDC_UTF_16__", "1");
|
||||
define_macro("__STDC_UTF_32__", "1");
|
||||
define_macro("__STDC_VERSION__", "201112L");
|
||||
|
Loading…
Reference in New Issue
Block a user