summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-12-31 02:01:51 +0100
committerAraq <rumpf_a@web.de>2016-12-31 02:04:27 +0100
commitadf8eea4df79b2199877911aec880c66d7273a21 (patch)
treebb2cd230642f3a34c39630e3cc40d4431a1b373b
parent763c783bdf8e267ac2697899d6c6cbe882edb4a6 (diff)
downloadNim-adf8eea4df79b2199877911aec880c66d7273a21.tar.gz
existance of new distros.nim module can be detected with defined(nimDistros)
-rw-r--r--compiler/condsyms.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim
index 342bc520b..98c72f862 100644
--- a/compiler/condsyms.nim
+++ b/compiler/condsyms.nim
@@ -100,3 +100,4 @@ proc initDefines*() =
   defineSymbol("nimArrIdx")
   defineSymbol("nimImmediateDeprecated")
   defineSymbol("nimNewShiftOps")
+  defineSymbol("nimDistros")