mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 23:05:27 +00:00
fixes #5171
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user