mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Use #\null as the default for char-storage-class
This commit is contained in:
parent
ef4e450af7
commit
e4568bd419
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
char?
|
||||
(lambda (len init) (make-u32vector len (char->integer init)))
|
||||
u32vector-length
|
||||
#\space)
|
||||
#\null)
|
||||
|
||||
;; TODO: implement
|
||||
(define f8-storage-class #f)
|
||||
|
|
Loading…
Add table
Reference in a new issue