Fixing stklos
This commit is contained in:
parent
75f898e2a7
commit
0c27267600
|
|
@ -107,8 +107,7 @@
|
||||||
(display "HERE c-null?: ")
|
(display "HERE c-null?: ")
|
||||||
(write pointer)
|
(write pointer)
|
||||||
(newline)
|
(newline)
|
||||||
(and (not (void? pointer))
|
(and (pointer? pointer)
|
||||||
pointer
|
|
||||||
(cpointer-null? pointer)))))
|
(cpointer-null? pointer)))))
|
||||||
(else (define c-null?
|
(else (define c-null?
|
||||||
(lambda (pointer)
|
(lambda (pointer)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue