summary refs log tree commit diff stats
path: root/lib/system
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 /lib/system
parent6f412fc6cb5e2065bca7f3dae8e9594ba26ac610 (diff)
downloadNim-d5da450100f35008df06ecf812f1eeabda05d285.tar.gz
helpers2 now has a real name
Diffstat (limited to 'lib/system')
-rw-r--r--lib/system/chcks.nim2
-rw-r--r--lib/system/indexerrors.nim (renamed from lib/system/helpers2.nim)0
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/chcks.nim b/lib/system/chcks.nim
index 6f4e8ce37..0840d863a 100644
--- a/lib/system/chcks.nim
+++ b/lib/system/chcks.nim
@@ -8,7 +8,7 @@
 #
 
 # Implementation of some runtime checks.
-import system/helpers2
+import system/indexerrors
 
 proc raiseRangeError(val: BiggestInt) {.compilerproc, noinline.} =
   when hostOS == "standalone":
diff --git a/lib/system/helpers2.nim b/lib/system/indexerrors.nim
index 8bd69ad71..8bd69ad71 100644
--- a/lib/system/helpers2.nim
+++ b/lib/system/indexerrors.nim