mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
Use *unspecified* instead of #f to get an uninitialized array.
This commit is contained in:
parent
1281f0fc22
commit
28c1c15c75
1 changed files with 3 additions and 1 deletions
|
@ -315,7 +315,9 @@
|
|||
(for-each (lambda (type)
|
||||
(pass-if (symbol->string type)
|
||||
(eq? type
|
||||
(array-type (make-typed-array type #f '(5 6))))))
|
||||
(array-type (make-typed-array type
|
||||
*unspecified*
|
||||
'(5 6))))))
|
||||
types))))
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue