From aa69040513521b0729a73227ed11e5381dda52c1 Mon Sep 17 00:00:00 2001 From: Alastair Bridgewater Date: Tue, 5 May 2009 20:02:11 +0000 Subject: [PATCH] 1.0.28.16: Fix a mistake in 1.0.28.15 In host-load-stem, the flags argument was declared ignore while actually being used. Fixed. --- src/cold/shared.lisp | 1 - version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cold/shared.lisp b/src/cold/shared.lisp index d8d6f44..8c94fb9 100644 --- a/src/cold/shared.lisp +++ b/src/cold/shared.lisp @@ -416,7 +416,6 @@ ;;; like HOST-CLOAD-STEM, except that we don't bother to compile (defun host-load-stem (stem flags) - (declare (ignore flags)) ; (It's only relevant when compiling.) (load (stem-object-path stem flags :host-compile))) (compile 'host-load-stem) diff --git a/version.lisp-expr b/version.lisp-expr index 388b1cb..254d249 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.28.15" +"1.0.28.16" -- 1.7.10.4