* more nodedata printing fixes, similiar to r35477

git-svn-id: trunk@35480 -
This commit is contained in:
florian 2017-02-25 15:41:39 +00:00
parent 4c68ea1000
commit ec45a92fb5

View File

@ -1226,8 +1226,8 @@ implementation
for f in tempinfo^.flags do for f in tempinfo^.flags do
begin begin
if notfirst then if notfirst then
write(','); write(t,',');
write(f); write(t,f);
notfirst:=true; notfirst:=true;
end; end;
writeln(t,'])'); writeln(t,'])');