COMPILER-UNDEFINED-VARIABLE has to be of type STYLE-WARNING

This commit is contained in:
Juan Jose Garcia Ripoll 2008-08-24 02:11:58 +02:00
parent 4001b8a2b4
commit 79b8e905e8

View file

@ -48,7 +48,7 @@
(define-condition compiler-internal-error (compiler-fatal-error)
((prefix :initform "Internal error")))
(define-condition compiler-undefined-variable (compiler-message warning)
(define-condition compiler-undefined-variable (compiler-message style-warning)
((variable :initarg :name :initform nil))
(:report
(lambda (condition stream)