mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
fixes #8294 [backport]
This commit is contained in:
@@ -37,7 +37,7 @@ type
|
||||
|
||||
var gTerm {.threadvar.}: PTerminal
|
||||
|
||||
proc newTerminal(): PTerminal
|
||||
proc newTerminal(): PTerminal {.gcsafe.}
|
||||
|
||||
proc getTerminal(): PTerminal {.inline.} =
|
||||
if isNil(gTerm):
|
||||
|
||||
Reference in New Issue
Block a user