diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-05-01 15:44:23 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-05-02 13:34:54 +0200 |
commit | 74fe7a800b0c2ade3260b8a2f7bc72ea4fd8dc03 (patch) | |
tree | 9cace45a8f3fcfa255061a7d9ea208e58ec85f61 /lib | |
parent | 5ac94d26b3691395c40d93109d85fe29d1f14db1 (diff) | |
download | Nim-74fe7a800b0c2ade3260b8a2f7bc72ea4fd8dc03.tar.gz |
make tests green again
Diffstat (limited to 'lib')
-rw-r--r-- | lib/system/embedded.nim | 2 |
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 |