diff options
author | Araq <rumpf_a@web.de> | 2016-12-31 02:01:51 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-12-31 02:04:27 +0100 |
commit | adf8eea4df79b2199877911aec880c66d7273a21 (patch) | |
tree | bb2cd230642f3a34c39630e3cc40d4431a1b373b | |
parent | 763c783bdf8e267ac2697899d6c6cbe882edb4a6 (diff) | |
download | Nim-adf8eea4df79b2199877911aec880c66d7273a21.tar.gz |
existance of new distros.nim module can be detected with defined(nimDistros)
-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 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") |