mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 15:57:36 +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*)
|
||||
(begin
|
||||
(trace:error "DEBUG, existing program")
|
||||
(exit)))
|
||||
(exit 0)))
|
||||
|
||||
(trace:info "---------------- C code:")
|
||||
(mta:code-gen input-program
|
||||
|
|
Loading…
Add table
Reference in a new issue