Fixing Mosh
This commit is contained in:
parent
af7d7ae281
commit
0efbee8333
|
|
@ -103,6 +103,9 @@
|
|||
(gauche (define c-null? pointer-null?))
|
||||
(mosh (define c-null?
|
||||
(lambda (pointer)
|
||||
(display "HERE5: ")
|
||||
(display pointer)
|
||||
(newline)
|
||||
(if (c-bytevector? pointer)
|
||||
(pointer-null? pointer)
|
||||
#f))))
|
||||
|
|
|
|||
Loading…
Reference in New Issue