* OpenMCL doesn't do the right thing with #+foo #+foo bar bar
* An invalid slot type declaration
;; function, and report spurious warnings about
;; redefinition a macro as a function, and then
;; vice versa.
- #-sb-xc-host #-sb-xc-host named-lambda (defmacro ,name)
+ #-sb-xc-host named-lambda #-sb-xc-host (defmacro ,name)
(,whole ,environment)
,@local-decs
,new-body))
(case-kind :initarg :case-kind
:reader case-warning-case-kind)
(occurrences :initarg :occurrences
- :type (cons (integer 0) (cons t null))
+ :type list
:reader duplicate-case-key-warning-occurrences))
(:report
(lambda (condition stream)
;;; 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.4.102"
+"1.0.4.103"