mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
New ext::simple-style-warning class for warnings with messages
This commit is contained in:
parent
43938e166a
commit
1c5e547036
1 changed files with 2 additions and 0 deletions
|
|
@ -527,6 +527,8 @@ returns with NIL."
|
|||
|
||||
(define-condition style-warning (warning) ())
|
||||
|
||||
(define-condition simple-style-warning (style-warning simple-condition) ())
|
||||
|
||||
(define-condition simple-error (simple-condition error) ())
|
||||
|
||||
(define-condition storage-condition (serious-condition) ())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue