helpers2 now has a real name

This commit is contained in:
Araq
2019-02-07 12:12:20 +01:00
parent 6f412fc6cb
commit d5da450100
4 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -8,7 +8,7 @@
#
# Implementation of some runtime checks.
import system/helpers2
import system/indexerrors
proc raiseRangeError(val: BiggestInt) {.compilerproc, noinline.} =
when hostOS == "standalone":