removed '^ deprecated' message

This commit is contained in:
Araq
2012-01-10 00:33:32 +01:00
parent 4dcd7170aa
commit e7e3c451ef
3 changed files with 5 additions and 8 deletions

View File

@@ -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) {.