* decl.c (grokfndecl): Change OK to type tree.

From-SVN: r73549
This commit is contained in:
Richard Earnshaw 2003-11-13 16:34:42 +00:00 committed by Richard Earnshaw
parent f144e859cc
commit 79ae853c64
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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. */