0.9.5.59: restore buildability on cheneygc platforms
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 14 Oct 2005 21:21:54 +0000 (21:21 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 14 Oct 2005 21:21:54 +0000 (21:21 +0000)
src/code/save.lisp
version.lisp-expr

index da69f13..8dd87c9 100644 (file)
@@ -119,6 +119,7 @@ sufficiently motivated to do lengthy fixes."
                     (get-lisp-obj-address #'restart-lisp)))))
     ;; Save the restart function into a static symbol, to allow GC-AND-SAVE
     ;; access to it even after the GC has moved it.
+    #!+gencgc
     (setf sb!vm::*restart-lisp-function* #'restart-lisp)
     (cond (purify
            (purify :root-structures root-structures
index 2b1b4e0..ca41009 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.9.5.58"
+"0.9.5.59"