2018-05-25 Justin Squirek <squirek@adacore.com>
gcc/ada/
* sem_ch8.adb: Minor reformatting.
From-SVN: r260729
+2018-05-25 Justin Squirek <squirek@adacore.com>
+
+ * sem_ch8.adb: Minor reformatting.
+
2018-05-25 Piotr Trojanek <trojanek@adacore.com>
* sem_util.adb (Iterate_Call_Parameters): Fix code convention and
----------------------
procedure Mark_Use_Clauses (Id : Node_Or_Entity_Id) is
+
procedure Mark_Parameters (Call : Entity_Id);
-- Perform use_type_clause marking for all parameters in a subprogram
-- or operator call.
(Clause1 : Entity_Id;
Clause2 : Entity_Id) return Entity_Id
is
- Scope1, Scope2 : Entity_Id;
+ Scope1 : Entity_Id;
+ Scope2 : Entity_Id;
begin
if Clause1 = Clause2 then