Skip to content

Commit

Permalink
rm deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jul 24, 2020
1 parent 62be3bb commit 5501bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cps/environment.nim
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func next(ns: seq[NimNode]): NimNode =
else:
ns[^1]

template nextOf(x: untyped): typed =
template nextOf(x: untyped) =
var e = e
while not e.isNil:
result = next(e.`x`)
Expand Down

0 comments on commit 5501bb4

Please sign in to comment.