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

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