("aspect % applied to task type &", Typ);
Error_Msg_N
("\replace task components with access-to-task-type "
- & "components??", Typ);
+ & "components", Typ);
end if;
else
if Ada_Version >= Ada_2005 then
Error_Msg_N
- ("\would be legal if Storage_Size of 0 given??", E);
+ ("\would be legal if Storage_Size of 0 given", E);
elsif No_Pool_Assigned (E) then
Error_Msg_N
- ("\would be legal in Ada 2005??", E);
+ ("\would be legal in Ada 2005", E);
else
Error_Msg_N
("\would be legal in Ada 2005 if "
- & "Storage_Size of 0 given??", E);
+ & "Storage_Size of 0 given", E);
end if;
end if;
end if;
else
Error_Msg
("\Constraint_Error will be raised"
- & " for objects of this type??", Eloc, N);
+ & " for objects of this type", Eloc, N);
end if;
end if;
end;
Error_Msg_Sloc := Sloc (CV);
if Nkind (CV) not in N_Subexpr then
- Error_Msg_N ("\\??(see test #)", N);
+ Error_Msg_N ("\\?c?(see test #)", N);
elsif Nkind (Parent (CV)) =
N_Case_Statement_Alternative
then
- Error_Msg_N ("\\??(see case alternative #)", N);
+ Error_Msg_N ("\\?c?(see case alternative #)", N);
else
- Error_Msg_N ("\\??(see assignment #)", N);
+ Error_Msg_N ("\\?c?(see assignment #)", N);
end if;
end if;
end;