mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-09 23:30:21 +02:00
Fix
This commit is contained in:
parent
50d64f0d25
commit
e1ac894c38
1 changed files with 1 additions and 1 deletions
|
@ -1231,7 +1231,7 @@
|
||||||
(if (or (integer? g-n-s)
|
(if (or (integer? g-n-s)
|
||||||
(zero? size))
|
(zero? size))
|
||||||
g-n-s
|
g-n-s
|
||||||
(append g-n-s index size))))))
|
(append g-n-s (list index size)))))))
|
||||||
slots))
|
slots))
|
||||||
|
|
||||||
;;; compute-cpl
|
;;; compute-cpl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue