From adf8eea4df79b2199877911aec880c66d7273a21 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 31 Dec 2016 02:01:51 +0100 Subject: [PATCH] existance of new distros.nim module can be detected with defined(nimDistros) --- compiler/condsyms.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index 342bc520bd..98c72f8627 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -100,3 +100,4 @@ proc initDefines*() = defineSymbol("nimArrIdx") defineSymbol("nimImmediateDeprecated") defineSymbol("nimNewShiftOps") + defineSymbol("nimDistros")