summary refs log tree commit diff stats
path: root/lib/system.nim
diff options
context:
space:
mode:
authorcooldome <cdome@bk.ru>2018-04-10 11:14:59 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-04-10 12:14:59 +0200
commit16c1a90857992df0960f53f5ffa578f14059cee4 (patch)
tree6c012aa972c6e2f8e048ef533f4c97d3b642ccf4 /lib/system.nim
parent427490a845afa13c460d71c506994a24aae900c8 (diff)
downloadNim-16c1a90857992df0960f53f5ffa578f14059cee4.tar.gz
Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)
Diffstat (limited to 'lib/system.nim')
-rw-r--r--lib/system.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system.nim b/lib/system.nim
index 7733a1b20..3b22e9169 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -483,6 +483,7 @@ type
       trace: string
     else:
       trace: seq[StackTraceEntry]
+    raise_id: uint # set when exception is raised
     up: ref Exception # used for stacking exceptions. Not exported!
 
   SystemError* = object of Exception ## \