mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
Fixed a typo in DEFSEQ.
This commit is contained in:
parent
66e128ab8a
commit
fbd8eb1863
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue