[Ada] Minor reformatting

2018-01-11  Justin Squirek  <squirek@adacore.com>

gcc/ada/

	* sem_ch8.adb: Minor comment fix.

From-SVN: r256487
This commit is contained in:
Justin Squirek 2018-01-11 08:50:38 +00:00 committed by Pierre-Marie de Rodat
parent 05344a331c
commit 6b199a185b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-01-11 Justin Squirek <squirek@adacore.com>
* sem_ch8.adb: Minor comment fix.
2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
* exp_ch4.adb (Process_Action): Do not abandon the inspection of an

View File

@ -9118,6 +9118,7 @@ package body Sem_Ch8 is
-----------------------------
procedure Update_Use_Clause_Chain is
procedure Update_Chain_In_Scope (Level : Int);
-- Iterate through one level in the scope stack verifying each use-type
-- clause within said level is used then reset the Current_Use_Clause
@ -9161,7 +9162,7 @@ package body Sem_Ch8 is
if Nkind (Curr) = N_Use_Package_Clause then
-- Renamings and formal subprograms may cause the associated
-- to be marked as effective instead of the original.
-- node to be marked as effective instead of the original.
if not (Present (Associated_Node (N))
and then Present