mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
Deactivate a debug statement in type-and
This commit is contained in:
parent
03afa98d41
commit
a57cb9e32a
1 changed files with 2 additions and 2 deletions
|
|
@ -152,12 +152,12 @@
|
|||
t1)
|
||||
((null tag1)
|
||||
(setf c::*compiler-break-enable* t)
|
||||
(error "foo")
|
||||
;(error "foo")
|
||||
(cmpwarn "Unknown type ~S. Assuming it is T." t1)
|
||||
t2)
|
||||
(t
|
||||
(setf c::*compiler-break-enable* t)
|
||||
(error "foo")
|
||||
;(error "foo")
|
||||
(cmpwarn "Unknown type ~S. Assuming it is T." t2)
|
||||
t1))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue