diff options
author | Araq <rumpf_a@web.de> | 2014-10-05 02:22:48 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-10-05 02:22:48 +0200 |
commit | 1da251523fb5e09d1edcd1ff37c2c993ec26273b (patch) | |
tree | e1692370e1bdfd423b8c693f67c5edcc3fa9c100 /compiler | |
parent | 23a163367b6c0b4b60f38143afc03266f05b41d8 (diff) | |
download | Nim-1da251523fb5e09d1edcd1ff37c2c993ec26273b.tar.gz |
added 'nim*Setjmp' conditional symbols
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/condsyms.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index 238dbf5c7..2c493c7d0 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -69,6 +69,8 @@ const reportMissedDeadlines avoidTimeMachine useClone ignoreAllocationSize debugExecProcesses pcreDll useLipzipSrc preventDeadlocks UNICODE winUnicode trackGcHeaders posixRealtime + + nimSigSetjmp nimStdSetjmp nimRawSetjmp """.split proc initDefines*() = |