diff options
author | Araq <rumpf_a@web.de> | 2016-12-02 11:44:28 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-12-02 11:44:28 +0100 |
commit | 42ae2064dd16033c8f8cf26a12df0e1d9b17312b (patch) | |
tree | 3155b6c9313a6ea7cda78939af423f8aa1644738 /compiler/cgen.nim | |
parent | d2cbf7f242fd9f277875d182943d0cb241c95861 (diff) | |
download | Nim-42ae2064dd16033c8f8cf26a12df0e1d9b17312b.tar.gz |
more tests work
Diffstat (limited to 'compiler/cgen.nim')
-rw-r--r-- | compiler/cgen.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cgen.nim b/compiler/cgen.nim index 259bfc9c7..7033c89c4 100644 --- a/compiler/cgen.nim +++ b/compiler/cgen.nim @@ -1099,6 +1099,7 @@ proc rawNewModule(module: PSym, filename: string): BModule = result.forwTypeCache = initTable[SigHash, Rope]() result.module = module result.typeInfoMarker = initTable[SigHash, Rope]() + result.sigConflicts = initCountTable[SigHash]() result.initProc = newProc(nil, result) result.initProc.options = initProcOptions(result) result.preInitProc = newPreInitProc(result) |