diff options
-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 3b3d98228..9e2dc2532 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") |