* typeck.c (expand_target_expr): Make definition match declaration.

From-SVN: r14962
This commit is contained in:
Jeffrey A Law 1997-08-27 08:07:16 +00:00 committed by Jeff Law
parent 5ddc28a51f
commit bdcaf7735e
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Wed Aug 27 02:03:34 1997 Jeffrey A Law (law@cygnus.com)
* typeck.c (expand_target_expr): Make definition match declaration.
* class.c (get_basefndecls): Make definition match declaration.
Mon Aug 25 14:30:02 1997 Jason Merrill <jason@yorick.cygnus.com>

View File

@ -5600,7 +5600,7 @@ build_c_cast (type, expr)
return value;
}
tree
static tree
expand_target_expr (t)
tree t;
{