Fixing chibi c-null?

This commit is contained in:
retropikzel 2025-07-24 17:09:25 +03:00
parent f75e485f15
commit f4ee818c63
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
(cond-expand
(chicken #t) ; FIXME
(kawa #t) ; FIXME
(chibi #t)
;(chibi #t)
(else (define c-null?
(lambda (pointer)
(if (c-bytevector? pointer)