diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2004-10-28 02:32:44 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-10-27 19:32:44 -0700 |
commit | 425834072ea3ccf0da56e91e31260c1e240dd050 (patch) | |
tree | 5cbf0dfb4dfd18bcc1f0e0c8eb5196515b136f76 /gcc | |
parent | 2fbe4889520e148f66889173192c9fd14b43e0fd (diff) | |
download | gcc-425834072ea3ccf0da56e91e31260c1e240dd050.zip gcc-425834072ea3ccf0da56e91e31260c1e240dd050.tar.gz gcc-425834072ea3ccf0da56e91e31260c1e240dd050.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/decl.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 84a3e48..a6aa65e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,9 @@ 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 %. diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 9d9f70b..aeb3347 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -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); |