Commit 6b199a18 by Justin Squirek Committed by Pierre-Marie de Rodat

[Ada] Minor reformatting

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

gcc/ada/

	* sem_ch8.adb: Minor comment fix.

From-SVN: r256487
parent 05344a33
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment