From: Nikodemus Siivola Date: Wed, 4 Apr 2007 14:02:27 +0000 (+0000) Subject: 1.0.4.22: trivial cleanup X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=08e9f76dffbb455dcbeb42009209493874cd0830;p=sbcl.git 1.0.4.22: trivial cleanup * Deleted empty #ifdef leg. --- diff --git a/src/runtime/interrupt.c b/src/runtime/interrupt.c index 7c47183..20dfab2 100644 --- a/src/runtime/interrupt.c +++ b/src/runtime/interrupt.c @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index d758386..6a8fd9b 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"