Fixed warning with Nim v1.4.0
h3rald h3rald@h3rald.com
Sat, 31 Oct 2020 22:33:54 +0100
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
nimline.nim
→
nimline.nim
@@ -34,9 +34,10 @@ terminal,
deques, sequtils, strutils, + std/exitprocs, os -system.addQuitProc(resetAttributes) +addExitProc(resetAttributes) when defined(windows): proc putchr*(c: cint): cint {.discardable, header: "<conio.h>", importc: "_putch".}