Merge pull request #298 from arthurmaciel/master

Updated scheme/cyclone/cgen.sld to insert correct
This commit is contained in:
Justin Ethier 2019-01-25 13:24:13 -05:00 committed by GitHub
commit ab8910fc14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -355,11 +355,8 @@
;(write `(DEBUG ,body)) ;(write `(DEBUG ,body))
(string-append (string-append
preamble preamble
(c:serialize body " ") ;" ;\n" (c:serialize body " ")
; "int main (int argc, char* argv[]) {\n" " ;\n")))
; " return 0;\n"
; " }\n"
)))
;; c-compile-exp : exp (string -> void) -> string ;; c-compile-exp : exp (string -> void) -> string
;; ;;