diff options
author | Jasper Jenkins <jasper.vs.jenkins@gmail.com> | 2019-10-10 23:38:08 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-10-11 08:38:08 +0200 |
commit | 245a954b250b3e95f68c6bdadeba6ef1425442aa (patch) | |
tree | b45356858b54728f3e36ddfb2b13f8e5a54ed0b9 /compiler | |
parent | 9e62876647e4b7d5c31854abf16596b76cd03b4a (diff) | |
download | Nim-245a954b250b3e95f68c6bdadeba6ef1425442aa.tar.gz |
ungeneric unsigned ops (#12230)
* ungenericise unsigned ops, remove nimNewShiftOps * fix/remove tests * update t6448 * fix line info * disable on 32bit * fix different line info * add changelog entry
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/condsyms.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index a4dd25045..dd4ad3b3a 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -53,7 +53,6 @@ proc initDefines*(symbols: StringTableRef) = defineSymbol("nimKnowsNimvm") defineSymbol("nimArrIdx") defineSymbol("nimHasalignOf") - defineSymbol("nimNewShiftOps") defineSymbol("nimDistros") defineSymbol("nimHasCppDefine") defineSymbol("nimGenericInOutFlags") |