* typeck2.c (incomplete_type_error): Fix typo caused by
CVS conflict in my last patch.
From-SVN: r55183
+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
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: