Commit 79ae853c by Richard Earnshaw Committed by Richard Earnshaw

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

From-SVN: r73549
parent f144e859
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment