mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 21:31:19 +08:00
* decl.c (check_default_argument): Fix typo.
From-SVN: r28808
This commit is contained in:
parent
c5c60e15bc
commit
8614a1d6a0
@ -1,3 +1,7 @@
|
||||
1999-08-23 Paul Burchard <burchard@pobox.com>
|
||||
|
||||
* decl.c (check_default_argument): Fix typo.
|
||||
|
||||
1999-08-22 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* cp-tree.def (STMT_EXPR): Fix typo in node name.
|
||||
|
@ -11335,7 +11335,7 @@ check_default_argument (decl, arg)
|
||||
cp_error ("default argument for `%#D' has type `%T'",
|
||||
decl, TREE_TYPE (arg));
|
||||
else
|
||||
cp_error ("default argument for paramter of type `%T' has type `%T'",
|
||||
cp_error ("default argument for parameter of type `%T' has type `%T'",
|
||||
decl_type, TREE_TYPE (arg));
|
||||
|
||||
return error_mark_node;
|
||||
|
Loading…
x
Reference in New Issue
Block a user