then
if Act1 = First_Actual (N) then
Error_Msg_FE
- ("<<`IN OUT` prefix overlaps with "
+ ("<I<`IN OUT` prefix overlaps with "
& "actual for&", Act1, Form2);
else
Error_Msg_Node_2 := Form2;
Error_Msg_FE
- ("<<writable actual for & overlaps with "
+ ("<I<writable actual for & overlaps with "
& "actual for&", Act1, Form2);
end if;
-- This is one of the messages
Error_Msg_FE
- ("<<writable actual for & overlaps with "
+ ("<I<writable actual for & overlaps with "
& "actual for&", Act1, Form1);
end if;
end if;