diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-05-12 15:46:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 15:46:24 +0200 |
commit | 06dfd316127fb2ec05ff69942abd1e279156ac5c (patch) | |
tree | 4bb6a8ac4ea04ed2ff5bb34c1fe9ff47b43c2ce1 /compiler | |
parent | 4277ab470a20f429605fbf238e485ea24b01706a (diff) | |
download | Nim-06dfd316127fb2ec05ff69942abd1e279156ac5c.tar.gz |
fixes #13881
* fixes #13881 * documented changed requirements for system.onThreadDestruction * destructors.rst: update the documentation
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/condsyms.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index 5333e639c..7b05faa87 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -117,3 +117,4 @@ proc initDefines*(symbols: StringTableRef) = defineSymbol("nimNewIntegerOps") defineSymbol("nimHasInvariant") defineSymbol("nimHasStacktraceMsgs") + defineSymbol("nimDoesntTrackDefects") |