Deactivate a debug statement in type-and

This commit is contained in:
Juan Jose Garcia Ripoll 2009-07-09 10:35:27 +02:00
parent 03afa98d41
commit a57cb9e32a

View file

@ -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))))