summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-07-30 00:50:38 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-07-30 00:50:38 +0200
commita8edf67a280155a33b57785866d41fca249b9909 (patch)
tree77a24929a7dfb0bacdc17ac4ad42287a05de548b /compiler
parent8f457f6ebb1d1c446b4ba7bf9db81fc738e774c4 (diff)
downloadNim-a8edf67a280155a33b57785866d41fca249b9909.tar.gz
make nim bootstrap again for older versions
Diffstat (limited to 'compiler')
-rw-r--r--compiler/condsyms.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim
index 02f7e764d..bcd9592e6 100644
--- a/compiler/condsyms.nim
+++ b/compiler/condsyms.nim
@@ -98,3 +98,4 @@ proc initDefines*() =
   defineSymbol("nimtypedescfixed")
   defineSymbol("nimKnowsNimvm")
   defineSymbol("nimArrIdx")
+  defineSymbol("nimImmediateDeprecated")