setControlCHook's parameter is not nil now

This commit is contained in:
def
2015-01-23 01:51:09 +01:00
parent cf60f9d1ac
commit 126f9f57cd

View File

@@ -2509,7 +2509,7 @@ when not defined(JS): #and not defined(NimrodVM):
initGC()
when not defined(NimrodVM):
proc setControlCHook*(hook: proc () {.noconv.})
proc setControlCHook*(hook: proc () {.noconv.} not nil)
## allows you to override the behaviour of your application when CTRL+C
## is pressed. Only one such hook is supported.