Do not define __STDC_NO_VLA__

This commit is contained in:
Rui Ueyama 2020-08-25 13:44:53 +09:00
parent 2fa8f489f3
commit b0109a30c9
1 changed files with 0 additions and 1 deletions

View File

@ -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");