mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
ansi_c.nim: avoid deprecated 'expr' type
This commit is contained in:
@@ -63,7 +63,7 @@ else:
|
||||
when defined(macosx):
|
||||
const SIGBUS = cint(10)
|
||||
else:
|
||||
template SIGBUS: expr = SIGSEGV
|
||||
template SIGBUS: untyped = SIGSEGV
|
||||
|
||||
when defined(nimSigSetjmp) and not defined(nimStdSetjmp):
|
||||
proc c_longjmp(jmpb: C_JmpBuf, retval: cint) {.
|
||||
|
||||
Reference in New Issue
Block a user