Skip to content

Commit

Permalink
0.9.7.29:
Browse files Browse the repository at this point in the history
        Oops, fix cheneygc build (thanks to Jon Allen Boone).
  • Loading branch information
jsnell committed Dec 15, 2005
1 parent 7076950 commit 559d0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/code/room.lisp
Expand Up @@ -233,7 +233,7 @@
(declare (type system-area-pointer start end))
(declare (optimize (speed 3) (safety 0)))
(let ((current start)
(skip-tests-until-addr 0))
#!+gencgc (skip-tests-until-addr 0))
(labels ((maybe-finish-mapping ()
(unless (sap< current end)
(aver (sap= current end))
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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.7.28"
"0.9.7.29"

0 comments on commit 559d0de

Please sign in to comment.