diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2020-09-23 10:01:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 10:01:52 +0200 |
commit | e2d80b15a6963f4a1ea64c32d7aeec9fcb862260 (patch) | |
tree | 5dce9de303d740b664587a3a49613ce75dafdabf /compiler | |
parent | 4b9eea2fcc5d030393ca9020fbbee33fcb48d41a (diff) | |
download | Nim-e2d80b15a6963f4a1ea64c32d7aeec9fcb862260.tar.gz |
finish the stacktraces.nim implementation [backport:1.2] (#15393)
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 d99b8b7e6..7dc1d183e 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -120,3 +120,4 @@ proc initDefines*(symbols: StringTableRef) = defineSymbol("nimDoesntTrackDefects") defineSymbol("nimHasLentIterators") defineSymbol("nimHasDeclaredMagic") + defineSymbol("nimHasStacktracesModule") |