added system.del; delete; insert

This commit is contained in:
Andreas Rumpf
2010-02-02 19:20:16 +01:00
parent e22c73fd89
commit 6ecbed7284
5 changed files with 93 additions and 34 deletions

View File

@@ -311,7 +311,8 @@ proc typeToYamlAux(n: PType, marker: var TIntSet, indent: int, maxRecDepth: int)
toRope("align"), toRope(n.align),
toRope("sons"), result])
proc treeToYamlAux(n: PNode, marker: var TIntSet, indent: int, maxRecDepth: int): PRope =
proc treeToYamlAux(n: PNode, marker: var TIntSet, indent: int,
maxRecDepth: int): PRope =
var istr: PRope
if n == nil:
result = toRope("null")