[Ada] Style cleanups related to writing of ALI files
gcc/ada/ * lib-writ.adb, osint.adb, osint.ads: Cleanup.
This commit is contained in:
parent
04598eb03b
commit
bed6d583e3
3 changed files with 3 additions and 3 deletions
|
@ -1014,7 +1014,7 @@ package body Lib.Writ is
|
|||
return;
|
||||
end if;
|
||||
|
||||
-- Build sorted source dependency table.
|
||||
-- Build sorted source dependency table
|
||||
|
||||
for Unum in Units.First .. Last_Unit loop
|
||||
if Cunit_Entity (Unum) = Empty
|
||||
|
|
|
@ -3162,7 +3162,7 @@ package body Osint is
|
|||
-- Write_With_Check --
|
||||
----------------------
|
||||
|
||||
procedure Write_With_Check (A : Address; N : Integer) is
|
||||
procedure Write_With_Check (A : Address; N : Integer) is
|
||||
Ignore : Boolean;
|
||||
begin
|
||||
if N = Write (Output_FD, A, N) then
|
||||
|
|
|
@ -772,7 +772,7 @@ private
|
|||
procedure Write_Info (Info : String);
|
||||
-- Implements Write_Binder_Info, Write_Debug_Info, and Write_Library_Info
|
||||
|
||||
procedure Write_With_Check (A : Address; N : Integer);
|
||||
procedure Write_With_Check (A : Address; N : Integer);
|
||||
-- Writes N bytes from buffer starting at address A to file whose FD is
|
||||
-- stored in Output_FD, and whose file name is stored as a File_Name_Type
|
||||
-- in Output_File_Name. A check is made for disk full, and if this is
|
||||
|
|
Loading…
Add table
Reference in a new issue