diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-02-24 01:28:50 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-02-24 01:28:50 +0100 |
commit | 46f33515d7ec32215122547bce535e4c91894da3 (patch) | |
tree | 888b5cc0c39934b93483816a06048da8bc4f5cea /compiler/lambdalifting.nim | |
parent | ac3b312cc6a2a010811f35c28fe985c3d2d989b3 (diff) | |
parent | 2d546ca0ac80486b8f31e389ef19e4d65093a1fa (diff) | |
download | Nim-46f33515d7ec32215122547bce535e4c91894da3.tar.gz |
Merge branch 'devel' into faster-nimsuggest
Diffstat (limited to 'compiler/lambdalifting.nim')
-rw-r--r-- | compiler/lambdalifting.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/lambdalifting.nim b/compiler/lambdalifting.nim index 8d4badb4e..cd2ccfe53 100644 --- a/compiler/lambdalifting.nim +++ b/compiler/lambdalifting.nim @@ -10,7 +10,7 @@ # This include file implements lambda lifting for the transformator. import - intsets, strutils, lists, options, ast, astalgo, trees, treetab, msgs, os, + intsets, strutils, options, ast, astalgo, trees, treetab, msgs, os, idents, renderer, types, magicsys, rodread, lowerings, tables discard """ |