From 7047b4c7a4cd7406d0bf44aea89a768f4a33b97b Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 14 Oct 2005 21:21:54 +0000 Subject: [PATCH] 0.9.5.59: restore buildability on cheneygc platforms --- src/code/save.lisp | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/code/save.lisp b/src/code/save.lisp index da69f13..8dd87c9 100644 --- a/src/code/save.lisp +++ b/src/code/save.lisp @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index 2b1b4e0..ca41009 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".) -"0.9.5.58" +"0.9.5.59" -- 1.7.10.4