mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 01:07:34 +02:00
Updated scheme/cyclone/cgen.sld to insert correct
This commit is contained in:
parent
269396b5be
commit
6dfb306cf1
1 changed files with 2 additions and 5 deletions
|
@ -355,11 +355,8 @@
|
|||
;(write `(DEBUG ,body))
|
||||
(string-append
|
||||
preamble
|
||||
(c:serialize body " ") ;" ;\n"
|
||||
; "int main (int argc, char* argv[]) {\n"
|
||||
; " return 0;\n"
|
||||
; " }\n"
|
||||
)))
|
||||
(c:serialize body " ")
|
||||
" ;\n")))
|
||||
|
||||
;; c-compile-exp : exp (string -> void) -> string
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue