0.8.7.50:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 11 Feb 2004 19:37:00 +0000 (19:37 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 11 Feb 2004 19:37:00 +0000 (19:37 +0000)
Fix build on non-Linux (or at least SunOS).
... I hope I haven't broken the build on non-SunOS...

src/runtime/interrupt.c
version.lisp-expr

index 26b496a..9bc28ac 100644 (file)
@@ -538,6 +538,7 @@ maybe_now_maybe_later(int signal, siginfo_t *info, void *void_context)
     interrupt_handle_now(signal, info, context);
 }
 
+#ifdef LISP_FEATURE_SB_THREAD
 void
 sig_stop_for_gc_handler(int signal, siginfo_t *info, void *void_context)
 {
@@ -567,6 +568,7 @@ sig_stop_for_gc_handler(int signal, siginfo_t *info, void *void_context)
 
     undo_fake_foreign_function_call(context);
 }
+#endif
 
 void
 interrupt_handle_now_handler(int signal, siginfo_t *info, void *void_context)
index 189e39f..2b2a15d 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.7.49"
+"0.8.7.50"