This commit is contained in:
Basile Burg 2020-06-12 20:46:16 +02:00
parent 25074446f2
commit e9770a0be0
1 changed files with 1 additions and 3 deletions

View File

@ -136,7 +136,7 @@ static assert (!MustAddGcRange!(SymbolListBuilder!(ListFmt.Pas)));
destruct(fmtVisitor); destruct(fmtVisitor);
static if (Fmt == ListFmt.Pas) static if (Fmt == ListFmt.Pas)
{ {
//destruct(pasStream); destruct(pasStream);
} }
} }
@ -175,8 +175,6 @@ static assert (!MustAddGcRange!(SymbolListBuilder!(ListFmt.Pas)));
static if (Fmt == ListFmt.Pas) static if (Fmt == ListFmt.Pas)
{ {
pasStream.put(">\rend"); pasStream.put(">\rend");
import std.stdio;
writeln(pasStream.length);
return (FpcArray!char).fromArray(pasStream); return (FpcArray!char).fromArray(pasStream);
} }
else else