2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
* decl.c: Move the q after the %.
From-SVN: r89728
+2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
+
+ * decl.c: Move the q after the %.
+
2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
* parser.c (cp_parser_diagnose_invalid_type_name): Move the q after
error ("%qD declared as an %<inline%> %s", object, type);
if (quals)
error ("%<const%> and %<volatile%> function specifiers on "
- "q%D invalid in %s declaration",
+ "%qD invalid in %s declaration",
object, type);
if (friendp)
cp_error_at ("%qD declared as a friend", object);