mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
Fixed typo in expansion of AREF/ASET for multidimensional arrays
This commit is contained in:
parent
8eb1456342
commit
4fdfb82cec
1 changed files with 2 additions and 2 deletions
|
|
@ -212,8 +212,8 @@
|
|||
collect `(let ((%ndx-var ,index))
|
||||
(declare (ext:array-index %ndx-var))
|
||||
,(and check `(check-index-in-bounds ,a %ndx-var ,dim-var))
|
||||
`(setf %output-var
|
||||
(the ext:array-index (+ %output-var %ndx-var))))
|
||||
(setf %output-var
|
||||
(the ext:array-index (+ %output-var %ndx-var))))
|
||||
do (setf last-dim dim-var))
|
||||
%output-var))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue