In host-load-stem, the flags argument was declared ignore while
actually being used. Fixed.
;;; 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
;;; 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"