summary refs log tree commit diff stats
path: root/lib/system/iterators.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system/iterators.nim')
-rw-r--r--lib/system/iterators.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/iterators.nim b/lib/system/iterators.nim
index 0f79970b8..f23f7aa11 100644
--- a/lib/system/iterators.nim
+++ b/lib/system/iterators.nim
@@ -1,4 +1,4 @@
-when defined(nimHasLentIterators) and not defined(nimWorkaround14447):
+when defined(nimHasLentIterators) and not defined(nimNoLentIterators):
   template lent2(T): untyped = lent T
 else:
   template lent2(T): untyped = T