mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-21 12:03:40 -08:00
cmp: fix typo
This commit is contained in:
parent
84acbebd7f
commit
c5cb09f3cb
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@
|
|||
:start1 old-loc :start2 (1+ old-loc))
|
||||
(decf (fill-pointer *temporary-objects*))
|
||||
(loop for i from old-loc below (length *temporary-objects*)
|
||||
for vv-record = (svref *temporary-objects* i)
|
||||
for vv-record = (aref *temporary-objects* i)
|
||||
do (decf (vv-location vv-record)))))
|
||||
item))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue