Fixing Mosh

This commit is contained in:
retropikzel 2025-07-26 20:20:46 +03:00
parent 065666f343
commit c50c3b608f
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@
(kawa #t) ; FIXME
(chibi #t)
(gauche (define c-null? pointer-null?))
(mosh (define c-null? pointer-null?))
(else (define c-null?
(lambda (pointer)
(if (c-bytevector? pointer)