mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Return value from (exit)
This commit is contained in:
parent
1cc957a6d8
commit
cd3917e80e
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@
|
||||||
(if (not *do-code-gen*)
|
(if (not *do-code-gen*)
|
||||||
(begin
|
(begin
|
||||||
(trace:error "DEBUG, existing program")
|
(trace:error "DEBUG, existing program")
|
||||||
(exit)))
|
(exit 0)))
|
||||||
|
|
||||||
(trace:info "---------------- C code:")
|
(trace:info "---------------- C code:")
|
||||||
(mta:code-gen input-program
|
(mta:code-gen input-program
|
||||||
|
|
Loading…
Add table
Reference in a new issue