Fixing stklos

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

View File

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