X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-64-darwin-os.c;h=83a1f1e1a596e894daeb667d71c995a4d7337a9a;hb=2529c316d05494f2bcdeccf98c3a6298ecd08d7d;hp=c1055c0cb8b1d415506207cf316f6499e3c34681;hpb=127fd3d2fb843c6bb7ad0763e143d81877e760e8;p=sbcl.git diff --git a/src/runtime/x86-64-darwin-os.c b/src/runtime/x86-64-darwin-os.c index c1055c0..83a1f1e 100644 --- a/src/runtime/x86-64-darwin-os.c +++ b/src/runtime/x86-64-darwin-os.c @@ -25,11 +25,11 @@ #include #include -#if __DARWIN_UNIX03 +#ifdef MAC_OS_X_VERSION_10_5 #include #endif -#if __DARWIN_UNIX03 +#ifdef MAC_OS_X_VERSION_10_5 typedef struct __darwin_ucontext darwin_ucontext; typedef struct __darwin_mcontext64 darwin_mcontext;