summary refs log tree commit diff stats
path: root/compiler/main.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-04-30 00:53:44 +0200
committerAraq <rumpf_a@web.de>2014-04-30 00:53:44 +0200
commitbd705a517f51d96300c35761d78c3f4c3ff50686 (patch)
treee0ca9c49fa8c429f52594c60677f598426c1e256 /compiler/main.nim
parentd438ecc24673f22a4055584bc7323ba54a410a33 (diff)
downloadNim-bd705a517f51d96300c35761d78c3f4c3ff50686.tar.gz
compiler prepared for the new comment handling
Diffstat (limited to 'compiler/main.nim')
-rw-r--r--compiler/main.nim1
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()