mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 13:07:48 +00:00
fix
This commit is contained in:
@@ -647,6 +647,7 @@ proc p(n: PNode; c: var Con): PNode =
|
||||
c.tracingSinkedParams = false
|
||||
for i in 1..<n.len:
|
||||
result.add p(n[i], c)
|
||||
c.tracingSinkedParams = true
|
||||
of nkForStmt:
|
||||
result = copyNode(n)
|
||||
for i in 1..n.len-2:
|
||||
|
||||
Reference in New Issue
Block a user