Commit 42583407 by Andrew Pinski Committed by Andrew Pinski

decl.c: Move the q after the %.

2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>

        * decl.c: Move the q after the %.

From-SVN: r89728
parent 2fbe4889
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
the %.
......
......@@ -5534,7 +5534,7 @@ bad_specifiers (tree object,
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);
......
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