Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compilation: set use C99 mode by default
Before the patch, the default compiler compilation mode is used (including C89, version dependent). But support the C89 dialect in 2020 is strange. Accordingly, set C99 as preffered.
- Loading branch information