cleanup: use size_t for new_areas_index and max_new_areas
[sbcl.git] / src / runtime / darwin-os.c
index 568bbc7..fbbae26 100644 (file)
@@ -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