summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-10-05 02:22:48 +0200
committerAraq <rumpf_a@web.de>2014-10-05 02:22:48 +0200
commit1da251523fb5e09d1edcd1ff37c2c993ec26273b (patch)
treee1692370e1bdfd423b8c693f67c5edcc3fa9c100 /compiler
parent23a163367b6c0b4b60f38143afc03266f05b41d8 (diff)
downloadNim-1da251523fb5e09d1edcd1ff37c2c993ec26273b.tar.gz
added 'nim*Setjmp' conditional symbols
Diffstat (limited to 'compiler')
-rw-r--r--compiler/condsyms.nim2
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*() =