diff options
author | Miran <narimiran@disroot.org> | 2021-06-11 10:07:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 10:07:23 +0200 |
commit | 57609902c4438da2bcc156296128591a9906e922 (patch) | |
tree | 4f5bdcd8a978bae8d4f3384a3f2917dea2b4f252 /lib/system/iterators.nim | |
parent | c64d9176190b3b691391f1645873dd4ca5b09933 (diff) | |
download | Nim-57609902c4438da2bcc156296128591a9906e922.tar.gz |
use more meaningful name than "workaround14447" (#18237)
Diffstat (limited to 'lib/system/iterators.nim')
-rw-r--r-- | lib/system/iterators.nim | 2 |
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 |