1.0.32.7: fix open-coding of EQL in the cross-compiler
[sbcl.git] / src / compiler / seqtran.lisp
index 9440650..a4717f4 100644 (file)
              (or end length)
              (sequence-bounding-indices-bad-error vector start end)))))
 
-(deftype eq-comparable-type ()
+(def!type eq-comparable-type ()
   '(or fixnum (not number)))
 
 ;;; True if EQL comparisons involving type can be simplified to EQ.