diff options
author | Araq <rumpf_a@web.de> | 2017-01-07 02:38:26 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-01-07 02:38:26 +0100 |
commit | 9d488261dfafd90870f46e5b361dc55df301ff16 (patch) | |
tree | 357d620e297885f95f7edbb5aa189cf5a87e0aea /compiler/vmdef.nim | |
parent | a17d996be9a7dd9086a1a4707486dd6b213ed632 (diff) | |
download | Nim-9d488261dfafd90870f46e5b361dc55df301ff16.tar.gz |
added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index 7fb35e890..263ec8378 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -181,6 +181,7 @@ type ra*, rb*, rc*: Natural slots*: pointer currentException*: PNode + currentLineInfo*: TLineInfo VmCallback* = proc (args: VmArgs) {.closure.} PCtx* = ref TCtx |