mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
53139cbb15
- this change prevents issues like #1539 in the future - Clang's default is already gnu99 but GCC's is gnu89 - mruby is C99 (+ GNU exts), not C89 (+ GNU exts)