mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
SHRINK-VECTOR is not in the Gray package
This commit is contained in:
parent
e57c1ac85a
commit
21cd803aef
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@
|
|||
(return (values (si::shrink-vector res index) t)))
|
||||
(t
|
||||
(when (char= ch #\newline)
|
||||
(return (values (shrink-vector res index) nil)))
|
||||
(return (values (si::shrink-vector res index) nil)))
|
||||
(when (= index len)
|
||||
(setq len (* len 2))
|
||||
(let ((new (make-string len)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue