sem_ch3.adb: Minor reformatting
2008-08-05 Robert Dewar <dewar@adacore.com> * sem_ch3.adb: Minor reformatting From-SVN: r138695
This commit is contained in:
parent
a96ced8e6f
commit
45a9255f9e
@ -2550,10 +2550,9 @@ package body Sem_Ch3 is
|
||||
Set_Etype (Id, T);
|
||||
Resolve (E, T);
|
||||
|
||||
-- If E is "null", and has been replaced by an
|
||||
-- N_Raise_Constraint_Error node (which was marked already-analyzed),
|
||||
-- we need to set the type to something other than Any_Access in
|
||||
-- order to keep gigi happy.
|
||||
-- If E is null and has been replaced by an N_Raise_Constraint_Error
|
||||
-- node (which was marked already-analyzed), we need to set the type
|
||||
-- to something other than Any_Access in order to keep gigi happy.
|
||||
|
||||
if Etype (E) = Any_Access then
|
||||
Set_Etype (E, T);
|
||||
|
Loading…
x
Reference in New Issue
Block a user