diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-10-28 06:27:51 -0700 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-10-28 06:27:51 -0700 |
commit | 63058091fa0045a82d1777bd5046a80f920797ab (patch) | |
tree | 2f836e70a5a30949c44d59dea99659353c0da011 /gcc | |
parent | 83ff1f252fa4cb4cac99e7e0149810599b5f9fb3 (diff) | |
download | gcc-63058091fa0045a82d1777bd5046a80f920797ab.zip gcc-63058091fa0045a82d1777bd5046a80f920797ab.tar.gz gcc-63058091fa0045a82d1777bd5046a80f920797ab.tar.bz2 |
decl.c (bad_specifiers): Move the q after the %.
2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
* decl.c (bad_specifiers): Move the q after the %.
From-SVN: r89756
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d4df8e5..ee2ae82 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -12,7 +12,7 @@ 2004-10-27 Andrew Pinski <pinskia@physics.uc.edu> - * decl.c: Move the q after the %. + * decl.c (bad_specifiers): Move the q after the %. 2004-10-27 Andrew Pinski <pinskia@physics.uc.edu> |