summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-05-01 15:44:23 +0200
committerAraq <rumpf_a@web.de>2018-05-02 13:34:54 +0200
commit74fe7a800b0c2ade3260b8a2f7bc72ea4fd8dc03 (patch)
tree9cace45a8f3fcfa255061a7d9ea208e58ec85f61 /lib
parent5ac94d26b3691395c40d93109d85fe29d1f14db1 (diff)
downloadNim-74fe7a800b0c2ade3260b8a2f7bc72ea4fd8dc03.tar.gz
make tests green again
Diffstat (limited to 'lib')
-rw-r--r--lib/system/embedded.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/embedded.nim b/lib/system/embedded.nim
index a14f43e7e..46e84e056 100644
--- a/lib/system/embedded.nim
+++ b/lib/system/embedded.nim
@@ -40,4 +40,4 @@ proc reraiseException() {.compilerRtl.} =
 
 proc writeStackTrace() = discard
 
-proc setControlCHook(hook: proc () {.noconv.} not nil) = discard
+proc setControlCHook(hook: proc () {.noconv.}) = discard