X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fcross-condition.lisp;h=5c2f82145badbc2ee7b4bb35356081c4f851ce16;hb=35697e2c02e7b29f7953ae318d50305561927a16;hp=e74fc3c2f4c55f38d2236a20e0d42ace68ab91af;hpb=1f0efb731e8427080690f8ecaf9a56fc287a9d88;p=sbcl.git diff --git a/src/code/cross-condition.lisp b/src/code/cross-condition.lisp index e74fc3c..5c2f821 100644 --- a/src/code/cross-condition.lisp +++ b/src/code/cross-condition.lisp @@ -31,6 +31,15 @@ (define-condition reference-condition () ((references :initarg :references :reader reference-condition-references))) +;;; KLUDGE: yet another OAOOM. +;;; +;;; FIXME: This is clearly one OAOOM KLUDGE too many in a row. When tempted +;;; to add another one invent DEF!CONDITION or whatever seems necessary, +;;; and replace these. +(define-condition type-warning (reference-condition simple-warning) + () + (:default-initargs :references (list '(:sbcl :node "Handling of Types")))) + (define-condition bug (simple-error) () (:report