* decl.c (grokfndecl): Change OK to type tree.
From-SVN: r73549
This commit is contained in:
parent
f144e859cc
commit
79ae853c64
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-11-13 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* decl.c (grokfndecl): Change OK to type tree.
|
||||
|
||||
2003-11-12 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* tree.c (build_target_expr_with_type): Treate VA_ARG_EXPR like
|
||||
|
|
|
@ -5683,7 +5683,7 @@ grokfndecl (tree ctype,
|
|||
|
||||
if (old_decl)
|
||||
{
|
||||
bool ok;
|
||||
tree ok;
|
||||
|
||||
/* Since we've smashed OLD_DECL to its
|
||||
DECL_TEMPLATE_RESULT, we must do the same to DECL. */
|
||||
|
|
Loading…
Add table
Reference in a new issue