From 545fde363ca7fc970df69cc73725222af730d41d Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Thu, 7 Oct 2010 16:49:30 +0000 Subject: [PATCH] 1.0.43.35: fix make-host-2.lisp from 1.0.43.34 THAT was not supposed to go in. Grr. Sorry. --- make-host-2.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make-host-2.lisp b/make-host-2.lisp index ab16fe5..5af5a98 100644 --- a/make-host-2.lisp +++ b/make-host-2.lisp @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index 56f29d7..0814934 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".) -"1.0.43.34" +"1.0.43.35" -- 1.7.10.4