projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d881f7
)
Fix build on PPC/Darwin
author
Christophe Rhodes
<csr21@cantab.net>
Sun, 25 Mar 2012 06:41:21 +0000
(07:41 +0100)
committer
Christophe Rhodes
<csr21@cantab.net>
Sun, 25 Mar 2012 06:41:21 +0000
(07:41 +0100)
src/runtime/darwin-os.c
patch
|
blob
|
history
diff --git
a/src/runtime/darwin-os.c
b/src/runtime/darwin-os.c
index
568bbc7
..
fbbae26
100644
(file)
--- 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