mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
Merge pull request #2001 from def-/fix-system
setControlCHook's parameter is not nil now
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user