diff options
author | Araq <rumpf_a@web.de> | 2014-08-22 23:54:26 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-22 23:54:26 +0200 |
commit | dbf9117c562601d6b571d964a6cb152e95fe8c4e (patch) | |
tree | 95592f484b39d607594816c41934f3e3663ca60f /lib/system/jssys.nim | |
parent | 014b79617ec08141c06aaff1aaf777cecf535633 (diff) | |
download | Nim-dbf9117c562601d6b571d964a6cb152e95fe8c4e.tar.gz |
the big renamefest: first steps
Diffstat (limited to 'lib/system/jssys.nim')
-rw-r--r-- | lib/system/jssys.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/system/jssys.nim b/lib/system/jssys.nim index 8766906e3..894f259f3 100644 --- a/lib/system/jssys.nim +++ b/lib/system/jssys.nim @@ -1,6 +1,6 @@ # # -# Nimrod's Runtime Library +# Nim's Runtime Library # (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this @@ -103,7 +103,7 @@ proc raiseException(e: ref E_Base, ename: cstring) {. if excHandler != nil: excHandler.exc = e else: - when nimrodStackTrace: + when NimStackTrace: var buf = rawWriteStackTrace() else: var buf = "" |