summary refs log tree commit diff stats
path: root/compiler/forloops.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/forloops.nim')
-rw-r--r--compiler/forloops.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/forloops.nim b/compiler/forloops.nim
index efe000968..949b7d8c6 100644
--- a/compiler/forloops.nim
+++ b/compiler/forloops.nim
@@ -12,9 +12,9 @@
 import ast, astalgo
 
 const
-  someCmp = {mEqI, mEqI64, mEqF64, mEqEnum, mEqCh, mEqB, mEqRef, mEqProc,
-    mEqUntracedRef, mLeI, mLeI64, mLeF64, mLeU, mLeU64, mLeEnum,
-    mLeCh, mLeB, mLePtr, mLtI, mLtI64, mLtF64, mLtU, mLtU64, mLtEnum, 
+  someCmp = {mEqI, mEqF64, mEqEnum, mEqCh, mEqB, mEqRef, mEqProc,
+    mEqUntracedRef, mLeI, mLeF64, mLeU, mLeU64, mLeEnum,
+    mLeCh, mLeB, mLePtr, mLtI, mLtF64, mLtU, mLtU64, mLtEnum, 
     mLtCh, mLtB, mLtPtr}
 
 proc isCounter(s: PSym): bool {.inline.} =