Fixing Mosh

This commit is contained in:
retropikzel 2025-07-26 09:21:48 +03:00
parent af7d7ae281
commit 0efbee8333
1 changed files with 3 additions and 0 deletions

View File

@ -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))))