Commit be5a1b93 by Thomas Quinot Committed by Arnaud Charlet

sem_res.adb: Add comment.

2010-06-22  Thomas Quinot  <quinot@adacore.com>

	* sem_res.adb: Add comment.
	* projects.texi, gnat_ugn.texi: Remove macro.

From-SVN: r161158
parent a9e00bfd
2010-06-22 Thomas Quinot <quinot@adacore.com>
* sem_res.adb: Add comment.
* projects.texi, gnat_ugn.texi: Remove macro.
2010-06-22 Vincent Celier <celier@adacore.com>
* prj-attr.adb: Remove project level attribute Main_Language.
......
......@@ -11781,10 +11781,6 @@ are used in this example.
@end quotation
@end macro
@macro CINDEX{TXT}
@cindex \TXT\
@end macro
@include projects.texi
@c *****************************************
......
......@@ -1445,6 +1445,12 @@ package body Sem_Res is
null;
else
-- Note: we go to First_Subtype here to ensure the message
-- has the proper source type name (Typ may be an anonymous
-- base type).
-- Could we use Wrong_Type here??? (this would require setting
-- Etype (N) to the actual type found where Typ was expected).
Error_Msg_NE ("expect type&", N, First_Subtype (Typ));
end if;
end if;
......
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