0.7.6.12:
[sbcl.git] / src / runtime / sunos-os.c
index 2a6bf34..a6ab92f 100644 (file)
@@ -160,11 +160,6 @@ boolean is_valid_lisp_addr(os_vm_address_t addr)
 
 \f
 
-#if defined GENCGC
-
-#error "GENCGC is not yet supported (presumably on x86 solaris?)"
-
-#else
 
 static void
 sigsegv_handler(int signal, siginfo_t *info, void* void_context)
@@ -179,8 +174,6 @@ sigsegv_handler(int signal, siginfo_t *info, void* void_context)
     }
 }
 
-#endif
-
 void
 os_install_interrupt_handlers()
 {