From a03a8e80ea2dd0d09989eca05b536f1d41d8e544 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 24 Oct 2019 12:03:09 +0200 Subject: [PATCH] fixes a regression that caused that Nim devel cannot compile 1.0 anymore --- compiler/condsyms.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index 3b3d982289..9e2dc25322 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -100,3 +100,4 @@ proc initDefines*(symbols: StringTableRef) = defineSymbol("nimHasUsed") defineSymbol("nimFixedForwardGeneric") defineSymbol("nimnomagic64") + defineSymbol("nimNewShiftOps")