summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2020-05-12 15:46:24 +0200
committerGitHub <noreply@github.com>2020-05-12 15:46:24 +0200
commit06dfd316127fb2ec05ff69942abd1e279156ac5c (patch)
tree4bb6a8ac4ea04ed2ff5bb34c1fe9ff47b43c2ce1 /compiler
parent4277ab470a20f429605fbf238e485ea24b01706a (diff)
downloadNim-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.nim1
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")