This commit is contained in:
Araq
2017-01-03 14:24:23 +01:00
parent 5182be6204
commit 9c0319d211

View File

@@ -589,6 +589,7 @@ proc generateHeaders(m: BModule) =
else:
addf(m.s[cfsHeaders], "#include $1$N", [rope(it.data)])
it = PStrEntry(it.next)
add(m.s[cfsHeaders], "#undef linux" & tnl)
proc initFrame(p: BProc, procname, filename: Rope): Rope =
discard cgsym(p.module, "nimFrame")