mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Handle null during cleanup
This commit is contained in:
parent
0dc1c7c232
commit
49235c0a82
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@
|
|||
(display "*/ ")
|
||||
(cond
|
||||
((const? expr) expr)
|
||||
((null? expr) expr)
|
||||
;((prim? expr) expr)
|
||||
((quote? expr) expr)
|
||||
((define-c? expr) expr)
|
||||
|
|
Loading…
Add table
Reference in a new issue