summary refs log tree commit diff stats
path: root/compiler/cgen.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-04-16 08:44:57 +0200
committerAraq <rumpf_a@web.de>2014-04-16 08:44:57 +0200
commit8e08ff559f4c03587c683b1bf2ef71f256af3824 (patch)
tree58b3814cc079243ab759ba80e1d7a7802fa0caab /compiler/cgen.nim
parentb961e47bfe519bf456a3e8a0dba3025a3c047b04 (diff)
downloadNim-8e08ff559f4c03587c683b1bf2ef71f256af3824.tar.gz
first version of 'spawn'
Diffstat (limited to 'compiler/cgen.nim')
-rw-r--r--compiler/cgen.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cgen.nim b/compiler/cgen.nim
index 683aed069..f64ebacfb 100644
--- a/compiler/cgen.nim
+++ b/compiler/cgen.nim
@@ -14,7 +14,7 @@ import
   options, intsets,
   nversion, nimsets, msgs, crc, bitsets, idents, lists, types, ccgutils, os,
   times, ropes, math, passes, rodread, wordrecg, treetab, cgmeth,
-  rodutils, renderer, idgen, cgendata, ccgmerge, semfold, aliases
+  rodutils, renderer, idgen, cgendata, ccgmerge, semfold, aliases, lowerings
 
 when options.hasTinyCBackend:
   import tccgen