mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:48:12 +02:00
Fix formatting of the output of unit import symbols.
git-svn-id: trunk@33888 -
This commit is contained in:
parent
b073d2dac5
commit
15ff68e144
@ -1093,11 +1093,12 @@ Procedure ReadUnitImportSyms;
|
||||
var
|
||||
c,i : longint;
|
||||
begin
|
||||
write([space,'Imported Symbols']);
|
||||
write([space,'----------------']);
|
||||
writeln([space,'Imported Symbols']);
|
||||
writeln([space,'----------------']);
|
||||
c:=ppufile.getlongint;
|
||||
for i:=0 to c-1 do
|
||||
readderef(space);
|
||||
writeln([space]);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user