summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2020-09-23 10:01:52 +0200
committerGitHub <noreply@github.com>2020-09-23 10:01:52 +0200
commite2d80b15a6963f4a1ea64c32d7aeec9fcb862260 (patch)
tree5dce9de303d740b664587a3a49613ce75dafdabf /compiler
parent4b9eea2fcc5d030393ca9020fbbee33fcb48d41a (diff)
downloadNim-e2d80b15a6963f4a1ea64c32d7aeec9fcb862260.tar.gz
finish the stacktraces.nim implementation [backport:1.2] (#15393)
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 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")
e previous revision' href='/ahoang/Nim/blame/doc/basicopt.txt?h=devel&id=6fe79fd15818bee4662500b8febb8239d2381ce8'>^
405b86068
27e2ed437 ^
3b7ef2288 ^

f46870fe1 ^
3b7ef2288 ^
3b7ef2288 ^
405b86068
aa175e9e5 ^
3a91a9358 ^
c617479c6 ^

ced62f330 ^
c1664f93b ^


9cc8fec37 ^
405b86068
7072e3ddc ^
6a29fbf24 ^
d15d9f411 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41