fixes a regression that caused that Nim devel cannot compile 1.0 anymore

This commit is contained in:
Araq
2019-10-24 12:03:09 +02:00
parent e506c1e0ea
commit a03a8e80ea

View File

@@ -100,3 +100,4 @@ proc initDefines*(symbols: StringTableRef) =
defineSymbol("nimHasUsed")
defineSymbol("nimFixedForwardGeneric")
defineSymbol("nimnomagic64")
defineSymbol("nimNewShiftOps")