0.8.11.16:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 16 Jun 2004 22:39:31 +0000 (22:39 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 16 Jun 2004 22:39:31 +0000 (22:39 +0000)
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)

src/compiler/parse-lambda-list.lisp
version.lisp-expr

index 8760b4e..31d7f5c 100644 (file)
@@ -84,8 +84,9 @@
                (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))
index f2d33a9..33dffdd 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".)
-"0.8.11.15"
+"0.8.11.16"