made some tests green

This commit is contained in:
Araq
2013-03-04 18:50:08 +01:00
parent 4b0cdc6db7
commit cbf82cad7d
3 changed files with 6 additions and 3 deletions

View File

@@ -36,7 +36,9 @@ proc ftell(f: TFile): int {.importc: "ftell", noDecl, tags: [].}
proc setvbuf(stream: TFile, buf: pointer, typ, size: cint): cint {.
importc, nodecl, tags: [].}
{.push stackTrace:off, profiler:off.}
proc write(f: TFile, c: cstring) = fputs(c, f)
{.pop.}
var
IOFBF {.importc: "_IOFBF", nodecl.}: cint