Oops. Restore build-from-scratch-ability.
... only style-warn on the target, to spare our blushes and also
because STYLE-WARN doesn't work that early.
... (possibly not the optimal fix, but it was certainly the fix
that required least thought)
(unless (member state
'(:required :optional :post-rest :post-more))
(compiler-error "misplaced &KEY in lambda list: ~S" list))
+ #-sb-xc-host
(when (optional)
- (style-warn
+ (compiler-style-warn
"&OPTIONAL and &KEY found in the same lambda list: ~S" list))
(setq keyp t
state :key))
;;; 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".)
-"0.8.11.15"
+"0.8.11.16"