Commit 45a9255f by Robert Dewar Committed by Arnaud Charlet

sem_ch3.adb: Minor reformatting

2008-08-05  Robert Dewar  <dewar@adacore.com>

	* sem_ch3.adb: Minor reformatting

From-SVN: r138695
parent a96ced8e
...@@ -2550,10 +2550,9 @@ package body Sem_Ch3 is ...@@ -2550,10 +2550,9 @@ package body Sem_Ch3 is
Set_Etype (Id, T); Set_Etype (Id, T);
Resolve (E, T); Resolve (E, T);
-- If E is "null", and has been replaced by an -- If E is null and has been replaced by an N_Raise_Constraint_Error
-- N_Raise_Constraint_Error node (which was marked already-analyzed), -- node (which was marked already-analyzed), we need to set the type
-- we need to set the type to something other than Any_Access in -- to something other than Any_Access in order to keep gigi happy.
-- order to keep gigi happy.
if Etype (E) = Any_Access then if Etype (E) = Any_Access then
Set_Etype (E, T); Set_Etype (E, T);
......
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