system.'..<' should not be dirty; fixes yet another regression

This commit is contained in:
Andreas Rumpf
2017-11-01 14:11:16 +01:00
parent f90df170e3
commit e58eca8c05

View File

@@ -3429,7 +3429,7 @@ template `..^`*(a, b: untyped): untyped =
## '..' and '^' is required.
a .. ^b
template `..<`*(a, b: untyped): untyped {.dirty.} =
template `..<`*(a, b: untyped): untyped =
## a shortcut for 'a..pred(b)'.
a .. pred(b)