* decl.c (reshape_init): Use explicit quotes in error message
instead of %q.
From-SVN: r95037
+2005-02-14 Mark Mitchell <mark@codesourcery.com>
+
+ * decl.c (reshape_init): Use explicit quotes in error message
+ instead of %q.
+
2005-02-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/14479
if (*initp)
{
if (brace_enclosed_p)
- error ("too many initializers for %qT", type);
+ error ("too many initializers for `%T'", type);
else if (warn_missing_braces)
warning ("missing braces around initializer");
}