diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-07-30 00:50:38 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-07-30 00:50:38 +0200 |
commit | a8edf67a280155a33b57785866d41fca249b9909 (patch) | |
tree | 77a24929a7dfb0bacdc17ac4ad42287a05de548b /compiler | |
parent | 8f457f6ebb1d1c446b4ba7bf9db81fc738e774c4 (diff) | |
download | Nim-a8edf67a280155a33b57785866d41fca249b9909.tar.gz |
make nim bootstrap again for older versions
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/condsyms.nim | 1 |
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") |