1.0.28.16: Fix a mistake in 1.0.28.15
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Tue, 5 May 2009 20:02:11 +0000 (20:02 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Tue, 5 May 2009 20:02:11 +0000 (20:02 +0000)
  In host-load-stem, the flags argument was declared ignore while
actually being used.  Fixed.

src/cold/shared.lisp
version.lisp-expr

index d8d6f44..8c94fb9 100644 (file)
 
 ;;; 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)
 \f
index 388b1cb..254d249 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.28.15"
+"1.0.28.16"