Use #\null as the default for char-storage-class

This commit is contained in:
Alex Shinn 2024-05-23 21:37:12 +09:00
parent ef4e450af7
commit e4568bd419

View file

@ -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)