Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use -std=c99 when compiling (java-native-access#151)
Motivation: We need to use -std=c99 to be able to define the int as part of the for loop. Modification: Add -std=c99 Result: Compiles again
- Loading branch information