diff options
Diffstat (limited to 'lib/system.nim')
-rwxr-xr-x | lib/system.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim index da64b233e..626002794 100755 --- a/lib/system.nim +++ b/lib/system.nim @@ -14,7 +14,7 @@ ## explicitly. Because of this there cannot be a user-defined module named ## ``system``. -{.push hints: on.} +{.push hints: off.} type int* {.magic: Int.} ## default integer type; bitwidth depends on |