* typeck.c (expand_target_expr): Make definition match declaration.
From-SVN: r14962
This commit is contained in:
parent
5ddc28a51f
commit
bdcaf7735e
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -5600,7 +5600,7 @@ build_c_cast (type, expr)
|
|||
return value;
|
||||
}
|
||||
|
||||
tree
|
||||
static tree
|
||||
expand_target_expr (t)
|
||||
tree t;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue