This commit is contained in:
Timothee Cour
2019-10-02 08:57:24 -07:00
committed by Andreas Rumpf
parent 98e76a1058
commit 2446570350

View File

@@ -11,7 +11,8 @@
when not compileOption("threads") and not defined(nimdoc):
{.error: "Locks requires --threads:on option.".}
when false: # fix #12330
{.error: "Locks requires --threads:on option.".}
const insideRLocksModule = false
include "system/syslocks"