0.7.9.46:
[sbcl.git] / src / code / deftypes-for-target.lisp
index ddfe5fb..6c9ae10 100644 (file)
 
 ;;; the :COUNT arg to a sequence
 (sb!xc:deftype sequence-count ()
-  `(or null (integer ,(- sb!xc:array-dimension-limit)
-                     (,sb!xc:array-dimension-limit))))
+  `(or null integer))
 
 ;;; a valid argument to a stream function
 ;;;