mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Compile record marker objs
This commit is contained in:
parent
2c5d9eeb8d
commit
bf985615bc
1 changed files with 2 additions and 0 deletions
|
@ -627,6 +627,8 @@
|
|||
(c:code "NULL"))
|
||||
((eq? (void) exp) ;; Poor man's (void?)
|
||||
(c:code "Cyc_VOID"))
|
||||
((eq? (record-marker2) exp)
|
||||
(c:code "Cyc_RECORD_MARKER"))
|
||||
((pair? exp)
|
||||
(c-compile-scalars exp use-alloca immutable))
|
||||
((vector? exp)
|
||||
|
|
Loading…
Add table
Reference in a new issue