Fixing Mosh

This commit is contained in:
retropikzel 2025-07-26 09:12:15 +03:00
parent 1813f4d61b
commit 783c7f2a2f
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
(kawa #t) ; FIXME
(chibi #t)
(gauche (define c-null? pointer-null?))
#;(mosh (define c-null?
(mosh (define c-null?
(lambda (pointer) (and (c-bytevector? pointer)
(= (pointer->integer pointer) 0)))))
(else (define c-null?