Updated scheme/cyclone/cgen.sld to insert correct

This commit is contained in:
arthurmaciel 2019-01-25 15:30:12 -02:00
parent 269396b5be
commit 6dfb306cf1

View file

@ -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
;;