Commit 04c4491d by Kriang Lerdsuwanakij Committed by Kriang Lerdsuwanakij

typeck2.c (incomplete_type_error): Fix typo caused by CVS conflict in my last patch.

	* typeck2.c (incomplete_type_error): Fix typo caused by
	CVS conflict in my last patch.

From-SVN: r55183
parent 17f29637
2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
* typeck2.c (incomplete_type_error): Fix typo caused by
CVS conflict in my last patch.
2002-07-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/6716
* pt.c (can_complete_type_without_circularity): New function.
(instantiate_class_template): Use it.
......
......@@ -230,7 +230,7 @@ retry:
if (!TYPE_TEMPLATE_INFO (type))
(*p_msg_at) ("forward declaration of `%#T'", type);
else
(*p_msg_at) ("forward declaration of `%#T'", type);
(*p_msg_at) ("declaration of `%#T'", type);
break;
case VOID_TYPE:
......
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