Fixing stklos

This commit is contained in:
retropikzel 2025-08-05 07:37:32 +03:00
parent 0c27267600
commit 12d3ed5c3d
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@
(display "HERE c-null?: ")
(write pointer)
(newline)
(and (pointer? pointer)
(cpointer-null? pointer)))))
(and (pointer? c-bytevector?)
(cpointer-null? pointer)))))
(else (define c-null?
(lambda (pointer)
(if (c-bytevector? pointer)