Fixing Mosh

This commit is contained in:
retropikzel 2025-07-26 20:29:35 +03:00
parent f03cf5376c
commit ae26c3b642
1 changed files with 0 additions and 1 deletions

View File

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