summary refs log tree commit diff stats
path: root/lib/system.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system.nim')
-rwxr-xr-xlib/system.nim2
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