ansi_c.nim: avoid deprecated 'expr' type

This commit is contained in:
Araq
2017-01-20 12:50:47 +01:00
parent 54bd728c13
commit 64a7d2fd08

View File

@@ -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) {.