From: Christophe Rhodes Date: Sun, 25 Mar 2012 06:41:21 +0000 (+0100) Subject: Fix build on PPC/Darwin X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f961fda4e87e79aacc6c61172303106d3e9522de;p=sbcl.git Fix build on PPC/Darwin --- diff --git a/src/runtime/darwin-os.c b/src/runtime/darwin-os.c index 568bbc7..fbbae26 100644 --- a/src/runtime/darwin-os.c +++ b/src/runtime/darwin-os.c @@ -164,13 +164,15 @@ mach_fork() { return pid; } } +#endif void darwin_init(void) { +#ifdef LISP_FEATURE_MACH_EXCEPTION_HANDLER setup_mach_exception_handling_thread(); +#endif } -#endif #ifdef LISP_FEATURE_SB_THREAD