diff options
author | Araq <rumpf_a@web.de> | 2010-11-18 22:26:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-11-18 22:26:20 +0100 |
commit | adf13aaea379d482ad4289d349a9d475bc2c06a6 (patch) | |
tree | 4c18d447545c35fa7c1f4ce7db566f96db67a080 /lib/system | |
parent | 8ee63f98364259b2d1b6c02d050e0efccecbcf9b (diff) | |
download | Nim-adf13aaea379d482ad4289d349a9d475bc2c06a6.tar.gz |
docgen understands and ignores *when false*
Diffstat (limited to 'lib/system')
-rwxr-xr-x | lib/system/excpt.nim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/system/excpt.nim b/lib/system/excpt.nim index 938583bf7..9beeb659e 100755 --- a/lib/system/excpt.nim +++ b/lib/system/excpt.nim @@ -62,10 +62,7 @@ proc popCurrentException {.compilerRtl, inl.} = # some platforms have native support for stack traces: const nativeStackTrace = (defined(macosx) or defined(linux)) and - not nimrodStackTrace and false - -# `nativeStackTrace` does not work for me --> deactivated for now. Maybe for -# the next release version. + not nimrodStackTrace when nativeStacktrace: type |