mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 19:42:30 -08:00
Missing package prefix for type SI:INDEX
This commit is contained in:
parent
f14a1b5a0c
commit
1a9c6b2f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -602,7 +602,7 @@
|
|||
(declare (fixnum end))
|
||||
(do ((pos start (1+ pos)))
|
||||
((>= pos end))
|
||||
(declare (type index pos))
|
||||
(declare (type si::index pos))
|
||||
(stream-write-char stream (aref string pos))))
|
||||
string)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue