summary refs log tree commit diff stats
path: root/lib/system/jssys.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-22 23:54:26 +0200
committerAraq <rumpf_a@web.de>2014-08-22 23:54:26 +0200
commitdbf9117c562601d6b571d964a6cb152e95fe8c4e (patch)
tree95592f484b39d607594816c41934f3e3663ca60f /lib/system/jssys.nim
parent014b79617ec08141c06aaff1aaf777cecf535633 (diff)
downloadNim-dbf9117c562601d6b571d964a6cb152e95fe8c4e.tar.gz
the big renamefest: first steps
Diffstat (limited to 'lib/system/jssys.nim')
-rw-r--r--lib/system/jssys.nim4
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 = ""