1.0.32.35: SB-POSIX:FORK guards against forking with multiple threads
[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.