0.9.7.29:
authorJuho Snellman <jsnell@iki.fi>
Thu, 15 Dec 2005 20:18:09 +0000 (20:18 +0000)
committerJuho Snellman <jsnell@iki.fi>
Thu, 15 Dec 2005 20:18:09 +0000 (20:18 +0000)
        Oops, fix cheneygc build (thanks to Jon Allen Boone).

src/code/room.lisp
version.lisp-expr

index c957c8d..31e6275 100644 (file)
      (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))
index 306f54a..5099bba 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.7.28"
+"0.9.7.29"