1.0.4.22: trivial cleanup
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 4 Apr 2007 14:02:27 +0000 (14:02 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 4 Apr 2007 14:02:27 +0000 (14:02 +0000)
  * Deleted empty #ifdef leg.

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

index 7c47183..20dfab2 100644 (file)
@@ -832,13 +832,6 @@ interrupt_handle_now_handler(int signal, siginfo_t *info, void *void_context)
 #endif
 }
 
-/*
- * stuff to detect and handle hitting the GC trigger
- */
-
-#ifndef LISP_FEATURE_GENCGC
-#endif
-
 /* manipulate the signal context and stack such that when the handler
  * returns, it will call function instead of whatever it was doing
  * previously
index d758386..6a8fd9b 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".)
-"1.0.4.21"
+"1.0.4.22"