From 0218da79e51bfdd3b5911aa0b80febf4cb7c0ef4 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Fri, 23 Sep 2016 09:31:01 +0200 Subject: undefine _Nullable to add some compatibility with macOS 10.12 SDK --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3c78fe54..c15ce3eb 100755 --- a/configure +++ b/configure @@ -296,7 +296,7 @@ if test "$arch" = "ia32"; then cc="${toolprefix}gcc -arch i386" clinker="${toolprefix}gcc" cprepro="${toolprefix}gcc" - cprepro_options="-std=c99 -arch i386 -U__GNUC__ -U__clang__ -U__BLOCKS__ '-D__attribute__(x)=' '-D__asm(x)=' -E" + cprepro_options="-std=c99 -arch i386 -U__GNUC__ -U__clang__ -U__BLOCKS__ '-D__attribute__(x)=' '-D__asm(x)=' '-D_Nullable=' -E" libmath="" struct_passing="ints" struct_return="int1248" -- cgit