This commit is contained in:
Yuriy Glukhov 2015-07-20 16:03:59 -07:00
commit b368e91e5d

View file

@ -222,7 +222,7 @@ GC safety
import threadpool, tables, strutils
{.pragma isolated, threadvar.}
{.pragma: isolated, threadvar.}
var tab {.isolated.}: CountTable[string]