bugfix: debugger works again

This commit is contained in:
Araq
2012-01-08 23:42:22 +01:00
parent d34345586f
commit 4dcd7170aa
2 changed files with 2 additions and 2 deletions

View File

@@ -817,7 +817,7 @@ const
## is the value that should be passed to ``quit`` to indicate
## failure.
var program_result* {.exportc: "nim_$1".} = QuitSuccess
var programResult* {.exportc: "nim_program_result".}: int
## modify this varialbe to specify the exit code of the program
## under normal circumstances. when the program is terminated
## prematurelly using ``quit``, this value is ignored.

View File

@@ -132,7 +132,7 @@ Library Additions
- Added ``strutils.unindent``, ``strutils.countLines``.
- Added ``system.slurp`` for easy resource embedding.
- Added ``system.running`` for threads.
- Added ``system.program_result``.
- Added ``system.programResult``.
- Added ``xmltree.innerText``.
- Added ``os.isAbsolute``, ``os.dynLibFormat``, ``os.isRootDir``,
``os.parentDirs``.