mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 17:59:30 +08:00
prj-proc.adb: Minor reformatting
* prj-proc.adb: Minor reformatting * make.adb: Minor reformatting From-SVN: r47562
This commit is contained in:
parent
11ac71ba8a
commit
767b404e81
@ -1,3 +1,9 @@
|
||||
2001-12-03 Robert Dewar <dewar@gnat.com>
|
||||
|
||||
* prj-proc.adb: Minor reformatting
|
||||
|
||||
* make.adb: Minor reformatting
|
||||
|
||||
2001-12-03 Geert Bosch <bosch@gnat.com>
|
||||
|
||||
* make.adb: Minor reformatting.
|
||||
|
@ -1674,15 +1674,19 @@ package body Make is
|
||||
|
||||
declare
|
||||
Defaults : constant Array_Element_Id :=
|
||||
Prj.Util.Value_Of
|
||||
(Name => Name_Default_Switches,
|
||||
In_Arrays => Packages.Table
|
||||
(Compiler_Package).Decl.Arrays);
|
||||
Prj.Util.Value_Of
|
||||
(Name => Name_Default_Switches,
|
||||
In_Arrays =>
|
||||
Packages.Table
|
||||
(Compiler_Package) .Decl.Arrays);
|
||||
|
||||
Switches_Array : constant Array_Element_Id :=
|
||||
Prj.Util.Value_Of
|
||||
(Name => Name_Switches,
|
||||
In_Arrays => Packages.Table
|
||||
(Compiler_Package).Decl.Arrays);
|
||||
Prj.Util.Value_Of
|
||||
(Name => Name_Switches,
|
||||
In_Arrays =>
|
||||
Packages.Table
|
||||
(Compiler_Package).
|
||||
Decl.Arrays);
|
||||
|
||||
begin
|
||||
Switches :=
|
||||
@ -1695,9 +1699,7 @@ package body Make is
|
||||
Prj.Util.Value_Of
|
||||
(Index => Name_Ada, In_Array => Defaults);
|
||||
end if;
|
||||
|
||||
end;
|
||||
|
||||
end if;
|
||||
|
||||
case Switches.Kind is
|
||||
|
@ -27,7 +27,6 @@
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
with Errout; use Errout;
|
||||
with GNAT.Case_Util;
|
||||
with Namet; use Namet;
|
||||
with Opt;
|
||||
with Output; use Output;
|
||||
@ -37,6 +36,7 @@ with Prj.Ext; use Prj.Ext;
|
||||
with Prj.Nmsc; use Prj.Nmsc;
|
||||
with Stringt; use Stringt;
|
||||
|
||||
with GNAT.Case_Util;
|
||||
with GNAT.HTable;
|
||||
|
||||
package body Prj.Proc is
|
||||
@ -75,7 +75,7 @@ package body Prj.Proc is
|
||||
function Imported_Or_Modified_Project_From
|
||||
(Project : Project_Id;
|
||||
With_Name : Name_Id)
|
||||
return Project_Id;
|
||||
return Project_Id;
|
||||
-- Find an imported or modified project of Project whose name is With_Name.
|
||||
|
||||
function Package_From
|
||||
@ -641,6 +641,7 @@ package body Prj.Proc is
|
||||
The_Term := Next_Term (The_Term);
|
||||
|
||||
end loop;
|
||||
|
||||
return Result;
|
||||
end Expression;
|
||||
|
||||
@ -682,7 +683,6 @@ package body Prj.Proc is
|
||||
|
||||
return Project_Lists.Table (List).Project;
|
||||
end if;
|
||||
|
||||
end Imported_Or_Modified_Project_From;
|
||||
|
||||
------------------
|
||||
@ -1267,7 +1267,6 @@ package body Prj.Proc is
|
||||
|
||||
Prj.Nmsc.Ada_Check (Project, Error_Report);
|
||||
end if;
|
||||
|
||||
end Recursive_Check;
|
||||
|
||||
-----------------------
|
||||
|
Loading…
Reference in New Issue
Block a user