diff options
author | Araq <rumpf_a@web.de> | 2012-01-10 00:33:32 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-01-10 00:33:32 +0100 |
commit | e7e3c451efa3207339eea01b8eba0b76dd4bfc91 (patch) | |
tree | c9d20905e0b116caca9f04152b90cf4f6067e4ee /lib | |
parent | 4dcd7170aac93e17aa6cc3d8d9a067caf5e75bad (diff) | |
download | Nim-e7e3c451efa3207339eea01b8eba0b76dd4bfc91.tar.gz |
removed '^ deprecated' message
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/system.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim index 2eef4d408..59e95cf13 100755 --- a/lib/system.nim +++ b/lib/system.nim @@ -819,7 +819,7 @@ const 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 + ## under normal circumstances. When the program is terminated ## prematurelly using ``quit``, this value is ignored. proc quit*(errorcode: int = QuitSuccess) {. |