Skip to content

Commit

Permalink
Do not define __STDC_NO_VLA__
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Dec 7, 2020
1 parent 2fa8f48 commit b0109a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion preprocess.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit b0109a3

Please sign in to comment.