-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes are needed becuase Xcode12 includes a default of -Werror,-Wimplicit-function-declaration which means that even something like calling "exit(0);" is a compile failure if you haven't done a "#include <stdlib.h>" first (as C99 requires, but most other compilers will just warn about) I don't know if the "long long reliability test 2" test which tries to provoke a crash on a particular gcc 3.3 build still does what it was originally intended to do with my change. Of course, I doubt anyone has tried to use that compiler in years. Fixes #290
- Loading branch information
1 parent
9a9a49f
commit bbc43ca
Showing
1 changed file
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters