* decl.c (bad_specifiers): Fix parameter order error I introduced.
From-SVN: r61162
This commit is contained in:
parent
3dfabf6338
commit
45225759ed
@ -1,3 +1,7 @@
|
||||
2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
* decl.c (bad_specifiers): Fix parameter order error I introduced.
|
||||
|
||||
2003-01-09 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
Merge from pch-branch:
|
||||
|
@ -8813,9 +8813,9 @@ bad_specifiers (tree object,
|
||||
const char* type,
|
||||
int virtualp,
|
||||
int quals,
|
||||
int inlinep,
|
||||
int friendp,
|
||||
int raises,
|
||||
int inlinep)
|
||||
int raises)
|
||||
{
|
||||
if (virtualp)
|
||||
error ("`%D' declared as a `virtual' %s", object, type);
|
||||
|
Loading…
Reference in New Issue
Block a user