Index: /trunk/source/lisp-kernel/x86-exceptions.c
===================================================================
--- /trunk/source/lisp-kernel/x86-exceptions.c	(revision 14874)
+++ /trunk/source/lisp-kernel/x86-exceptions.c	(revision 14875)
@@ -2098,5 +2098,4 @@
 install_pmcl_exception_handlers()
 {
-#ifndef DARWIN  
   void *handler, *interrupt_handler;
 
@@ -2109,4 +2108,5 @@
 #endif
 
+#ifndef DARWIN
   install_signal_handler(SIGILL, handler, RESERVE_FOR_LISP|ON_ALTSTACK);
   install_signal_handler(SIGBUS, handler, RESERVE_FOR_LISP|ON_ALTSTACK);
