if Comes_From_Source (N) then
- -- The following checks are only relevant when SPARK_Mode is on as
+ -- The following checks are only relevant when SPARK_Mode is On as
-- they are not standard Ada legality rules.
if SPARK_Mode = On then
if Is_Ghost_Entity (E) then
Check_Ghost_Context (E, N);
end if;
- end if;
- -- We may be resolving an entity within expanded code, so a reference to
- -- an entity should be ignored when calculating effective use clauses to
- -- avoid inappropriate marking.
+ -- We may be resolving an entity within expanded code, so a reference
+ -- to an entity should be ignored when calculating effective use
+ -- clauses to avoid inappropriate marking.
- if Comes_From_Source (N) then
Mark_Use_Clauses (E);
end if;
end Resolve_Entity_Name;