summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorJasper Jenkins <jasper.vs.jenkins@gmail.com>2019-10-10 23:38:08 -0700
committerAndreas Rumpf <rumpf_a@web.de>2019-10-11 08:38:08 +0200
commit245a954b250b3e95f68c6bdadeba6ef1425442aa (patch)
treeb45356858b54728f3e36ddfb2b13f8e5a54ed0b9 /compiler
parent9e62876647e4b7d5c31854abf16596b76cd03b4a (diff)
downloadNim-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.nim1
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")