Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile with C99 features on Windows.
Windows (MSVC) has had support for C99 features for quite a while now (since 2013?) so no reason to restrict it to C89, Also some features that are specific to Pluto (such as `math.round`) already have a hard requirement for C99 anyways. In regular PUC Lua the only places that really take advantage of C99 cross-platform are `math.log` when it's second argument is `2` and some core functions around the codebase trying to hint to the compiler to be inlined.
- Loading branch information