1.0.43.35: fix make-host-2.lisp from 1.0.43.34
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Oct 2010 16:49:30 +0000 (16:49 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Oct 2010 16:49:30 +0000 (16:49 +0000)
 THAT was not supposed to go in. Grr. Sorry.

make-host-2.lisp
version.lisp-expr

index ab16fe5..5af5a98 100644 (file)
@@ -13,7 +13,7 @@
 
 (defun proclaim-target-optimization ()
   (let ((debug (if (position :sb-show *shebang-features*) 2 1)))
-    (proclaim
+    (sb-xc:proclaim
      `(optimize
        (compilation-speed 1) (debug ,debug)
        ;; CLISP's pretty-printer is fragile and tends to cause stack
index 56f29d7..0814934 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".)
-"1.0.43.34"
+"1.0.43.35"