Fixed a typo in DEFSEQ.

This commit is contained in:
Juan Jose Garcia Ripoll 2010-03-19 19:36:39 +01:00
parent 66e128ab8a
commit fbd8eb1863

View file

@ -233,7 +233,7 @@
most-positive-fixnum)
(t count))))))
(declare (fixnum ,last-index
,@(and countp (list count))))
,@(and countp '(count))))
nil
(if from-end ,from-end-form ,normal-form))))))))
(do-defseq ,f ,args ,countp ,everywherep)