bugfix: complex.nim compiles

This commit is contained in:
Andreas Rumpf
2010-04-04 18:43:57 +02:00
parent f530bbd631
commit b2ad7b30dc
7 changed files with 55 additions and 79 deletions

View File

@@ -16,7 +16,8 @@ proc execCode(code: string): string =
f.close()
else:
raise newException(EIO, "Unable to open file")
result = osproc.execProcess("nimrod run --verbosity:0 temp.nim")
result = osproc.execProcess(
"nimrod run --verbosity:0 --hint[Conf]:off temp.nim")
var shiftPressed = False
var w: gtk2.PWindow