mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
* more nodedata printing fixes, similiar to r35477
git-svn-id: trunk@35480 -
This commit is contained in:
parent
4c68ea1000
commit
ec45a92fb5
@ -1226,8 +1226,8 @@ implementation
|
||||
for f in tempinfo^.flags do
|
||||
begin
|
||||
if notfirst then
|
||||
write(',');
|
||||
write(f);
|
||||
write(t,',');
|
||||
write(t,f);
|
||||
notfirst:=true;
|
||||
end;
|
||||
writeln(t,'])');
|
||||
|
Loading…
Reference in New Issue
Block a user