Visual Studio doesn't like abort() chains

Let's limit this test to systems this has been tested on for the
time being.
This commit is contained in:
Frank Denis 2017-07-19 00:20:06 +02:00
parent 6768d82ea2
commit 63cbad7506

View File

@ -33,7 +33,7 @@ sigabrt_handler_1(int sig)
exit(1);
}
#if defined(SIGABRT) && !defined(__EMSCRIPTEN__) && !defined(__native_client__)
#if defined(SIGABRT) && (defined(__APPLE__) || defined(__OpenBSD__))
int
main(void)
{