Undeprecate children

This commit is contained in:
transfuturist
2015-06-20 12:21:16 -07:00
parent bc2aaea853
commit a31c36e98f

View File

@@ -713,7 +713,7 @@ iterator items*(n: NimNode): NimNode {.inline.} =
for i in 0 .. high(n):
yield n[i]
{.deprecated: [children: items].}
iterator children*(n: NimNode): NimNode {.inline.} = items
template findChild*(n: NimNode; cond: expr): NimNode {.
immediate, dirty.} =