mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 04:39:10 +02:00
* write node flags to log file instead of to stdout
git-svn-id: trunk@23150 -
This commit is contained in:
parent
9ef4a35a7b
commit
6e9a8c9187
@ -855,12 +855,12 @@ implementation
|
||||
if i in flags then
|
||||
begin
|
||||
if not(first) then
|
||||
write(',')
|
||||
write(t,',')
|
||||
else
|
||||
first:=false;
|
||||
write(i);
|
||||
end;
|
||||
write(']');
|
||||
write(t,']');
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user