From 063448668934e49fba7d772bb0d5ffdaf702d049 Mon Sep 17 00:00:00 2001 From: Hans Raaf Date: Mon, 18 Jan 2016 18:12:07 +0100 Subject: Fixed deprecation warnings while Nim compiles. I just removed unsigned and changed a writeLn() call to writeLine() to avoid the remaining deprecation warnings. --- compiler/vmgen.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/vmgen.nim') diff --git a/compiler/vmgen.nim b/compiler/vmgen.nim index 75c1378e5..e4435294f 100644 --- a/compiler/vmgen.nim +++ b/compiler/vmgen.nim @@ -28,7 +28,7 @@ # this copy depends on the involved types. import - unsigned, strutils, ast, astalgo, types, msgs, renderer, vmdef, + strutils, ast, astalgo, types, msgs, renderer, vmdef, trees, intsets, rodread, magicsys, options, lowerings from os import splitFile -- cgit 1.4.1-2-gfad0