Files
Nim/lib
James Boyden 13d06d9a5c Add import sharedlist when hasThreadSupport
Without this change, a user's Nim code won't compile if they're using both threads & the mark-and-sweep GC:

lib/system/gc_ms.nim(75, 18) Error: undeclared identifier: 'SharedList'
        toDispose: SharedList[pointer]
                   ^


This small code block addition was copied from "lib/system/gc.nim" (where it appears directly after a `when defined(memProfiler)` block also).
2016-04-05 19:45:46 +10:00
..
2016-04-04 20:47:47 +01:00
2015-11-25 19:27:13 +02:00
2016-03-29 15:31:10 +02:00
2013-03-16 23:53:07 +01:00
2016-03-15 13:39:34 +01:00
2014-08-28 09:59:26 +02:00
2016-01-18 16:11:28 +01:00