Fixing Mosh
This commit is contained in:
parent
065666f343
commit
c50c3b608f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue