diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/system/chcks.nim | 2 | ||||
-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 |