mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
COMPILER-UNDEFINED-VARIABLE has to be of type STYLE-WARNING
This commit is contained in:
parent
4001b8a2b4
commit
79b8e905e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue