diff options
author | Araq <rumpf_a@web.de> | 2014-04-30 00:53:44 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-30 00:53:44 +0200 |
commit | bd705a517f51d96300c35761d78c3f4c3ff50686 (patch) | |
tree | e0ca9c49fa8c429f52594c60677f598426c1e256 /compiler/main.nim | |
parent | d438ecc24673f22a4055584bc7323ba54a410a33 (diff) | |
download | Nim-bd705a517f51d96300c35761d78c3f4c3ff50686.tar.gz |
compiler prepared for the new comment handling
Diffstat (limited to 'compiler/main.nim')
-rw-r--r-- | compiler/main.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index f6d11d960..0e8540556 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -69,6 +69,7 @@ proc commandCompileToC = # echo "BEFORE CHECK DEP" # discard checkDepMem(gProjectMainIdx) # echo "CHECK DEP COMPLETE" + discard compileProject() cgenWriteModules() |