diff options
author | Araq <rumpf_a@web.de> | 2019-10-24 12:03:09 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-10-24 12:27:34 +0200 |
commit | a03a8e80ea2dd0d09989eca05b536f1d41d8e544 (patch) | |
tree | 9aef50ae1e43086f1fe97eba4b58039482db3f30 | |
parent | e506c1e0ea3e053a29c8f07d6a03468e25b30b44 (diff) | |
download | Nim-a03a8e80ea2dd0d09989eca05b536f1d41d8e544.tar.gz |
fixes a regression that caused that Nim devel cannot compile 1.0 anymore
-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") |