diff options
author | Araq <rumpf_a@web.de> | 2019-04-01 16:51:18 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-04-01 16:51:18 +0200 |
commit | c3067e36bbdaecf292bb67bb8c8cf3010ce87b14 (patch) | |
tree | a52934ed9247e2f19fb34db8a0aba0e25e945b08 /compiler/sempass2.nim | |
parent | fda1352ccfdf46610cf18fb9cfeefe6d5c85bc5a (diff) | |
download | Nim-c3067e36bbdaecf292bb67bb8c8cf3010ce87b14.tar.gz |
newruntime: progress
Diffstat (limited to 'compiler/sempass2.nim')
-rw-r--r-- | compiler/sempass2.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/sempass2.nim b/compiler/sempass2.nim index fa4941ba4..cab79314a 100644 --- a/compiler/sempass2.nim +++ b/compiler/sempass2.nim @@ -10,7 +10,7 @@ import intsets, ast, astalgo, msgs, renderer, magicsys, types, idents, trees, wordrecg, strutils, options, guards, lineinfos, semfold, semdata, - modulegraphs, lowerings, sigmatch + modulegraphs, lowerings, sigmatch, tables when not defined(leanCompiler): import writetracking |