Commit 56a7a3ab by Thomas Quinot Committed by Arnaud Charlet

sem_ch4.adb: Minor reformatting.

2008-08-04  Thomas Quinot  <quinot@adacore.com>

	* sem_ch4.adb: Minor reformatting.

From-SVN: r138619
parent 61549759
...@@ -1516,8 +1516,8 @@ package body Sem_Ch4 is ...@@ -1516,8 +1516,8 @@ package body Sem_Ch4 is
then then
-- The prefix may include access to subprograms and other access -- The prefix may include access to subprograms and other access
-- types. If the context selects the interpretation that is a -- types. If the context selects the interpretation that is a
-- function call (not a procedure call) we cannot rewrite the -- function call (not a procedure call) we cannot rewrite the node
-- node yet, but we include the result of the call interpretation. -- yet, but we include the result of the call interpretation.
Get_First_Interp (N, I, It); Get_First_Interp (N, I, It);
while Present (It.Nam) loop while Present (It.Nam) loop
......
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