prj-nmsc.adb: Minor reformatting.
2014-07-31 Pascal Obry <obry@adacore.com> * prj-nmsc.adb: Minor reformatting. From-SVN: r213331
This commit is contained in:
parent
972fb59e54
commit
3affd6d4eb
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-07-31 Pascal Obry <obry@adacore.com>
|
||||
|
||||
* prj-nmsc.adb: Minor reformatting.
|
||||
|
||||
2014-07-31 Ed Schonberg <schonberg@adacore.com>
|
||||
|
||||
* sem_util.adb (Has_Preelaborable_Initialization): Check that
|
||||
|
|
|
@ -3035,8 +3035,13 @@ package body Prj.Nmsc is
|
|||
----------------------------------
|
||||
|
||||
procedure Check_Aggregate_Library_Dirs is
|
||||
|
||||
procedure Process_Aggregate (Proj : Project_Id);
|
||||
|
||||
-----------------------
|
||||
-- Process_Aggregate --
|
||||
-----------------------
|
||||
|
||||
procedure Process_Aggregate (Proj : Project_Id) is
|
||||
|
||||
Agg : Aggregated_Project_List := Proj.Aggregated_Projects;
|
||||
|
|
Loading…
Add table
Reference in a new issue