mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-14 16:55:35 +00:00
Merge branch 'araq-ic-system' into araq-ic0
This commit is contained in:
@@ -1802,6 +1802,8 @@ const NimStackTrace = compileOption("stacktrace")
|
||||
const
|
||||
usesDestructors = defined(gcDestructors) or defined(gcHooks)
|
||||
|
||||
include "system/gc_interface"
|
||||
|
||||
when notJSnotNims:
|
||||
proc setControlCHook*(hook: proc () {.noconv.}) {.raises: [], gcsafe.}
|
||||
## Allows you to override the behaviour of your application when CTRL+C
|
||||
@@ -1978,8 +1980,6 @@ proc `<`*[T: tuple](x, y: T): bool =
|
||||
return false
|
||||
|
||||
|
||||
include "system/gc_interface"
|
||||
|
||||
import system/coro_detection
|
||||
|
||||
{.push checks: off.}
|
||||
|
||||
Reference in New Issue
Block a user