Fixing stklos

This commit is contained in:
retropikzel 2025-08-05 07:27:53 +03:00
parent ae26c3b642
commit cf6d150f3d
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?))
(stklos (define c-null? cpointer-null?))
(else (define c-null?
(lambda (pointer)
(if (c-bytevector? pointer)