diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-04-19 12:11:18 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-04-19 12:11:18 +0200 |
commit | ef9a9b119dbcdf00eb66a368efc5e07d0d8d4828 (patch) | |
tree | a89c552d0de55ead5a6b031ddb4fc2ddbdec2b35 /lib/system | |
parent | 4d56b7da5a9558ac45158b5c614e4aa4e922d864 (diff) | |
parent | d7e8b89eb8f159e0220c48cd06233b7a6a060a72 (diff) | |
download | Nim-ef9a9b119dbcdf00eb66a368efc5e07d0d8d4828.tar.gz |
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'lib/system')
-rw-r--r-- | lib/system/gc_ms.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/system/gc_ms.nim b/lib/system/gc_ms.nim index c764571b1..ec69f6e5f 100644 --- a/lib/system/gc_ms.nim +++ b/lib/system/gc_ms.nim @@ -28,6 +28,9 @@ template mulThreshold(x): expr {.immediate.} = x * 2 when defined(memProfiler): proc nimProfile(requestedSize: int) + +when hasThreadSupport: + import sharedlist type WalkOp = enum |