summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-02-07 12:12:20 +0100
committerAraq <rumpf_a@web.de>2019-02-07 12:12:20 +0100
commitd5da450100f35008df06ecf812f1eeabda05d285 (patch)
treec38203bbe16f2d656fec022f4197eeab5eb06097 /compiler
parent6f412fc6cb5e2065bca7f3dae8e9594ba26ac610 (diff)
downloadNim-d5da450100f35008df06ecf812f1eeabda05d285.tar.gz
helpers2 now has a real name
Diffstat (limited to 'compiler')
-rw-r--r--compiler/cgen.nim2
-rw-r--r--compiler/semfold.nim2
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/cgen.nim b/compiler/cgen.nim
index d020b1bd7..4abefe463 100644
--- a/compiler/cgen.nim
+++ b/compiler/cgen.nim
@@ -16,7 +16,7 @@ import
   condsyms, rodutils, renderer, idgen, cgendata, ccgmerge, semfold, aliases,
   lowerings, tables, sets, ndi, lineinfos, pathutils, transf
 
-import system/helpers2
+import system/indexerrors
 
 when not defined(leanCompiler):
   import semparallel
diff --git a/compiler/semfold.nim b/compiler/semfold.nim
index 2a2942191..237a5127a 100644
--- a/compiler/semfold.nim
+++ b/compiler/semfold.nim
@@ -15,7 +15,7 @@ import
   nversion, platform, math, msgs, os, condsyms, idents, renderer, types,
   commands, magicsys, modulegraphs, strtabs, lineinfos
 
-import system/helpers2
+import system/indexerrors
 
 proc newIntNodeT*(intVal: BiggestInt, n: PNode; g: ModuleGraph): PNode =
   case skipTypes(n.typ, abstractVarRange).kind