class.c (get_basefndecls): Make definition match declaration.
* class.c (get_basefndecls): Make definition match declaration. Something caught by the sunos compiler. From-SVN: r14961
This commit is contained in:
parent
bba17b29e1
commit
5ddc28a51f
@ -1,3 +1,7 @@
|
||||
Wed Aug 27 02:03:34 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* class.c (get_basefndecls): Make definition match declaration.
|
||||
|
||||
Mon Aug 25 14:30:02 1997 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* input.c (sub_getch): Eventually give up and release the input file.
|
||||
|
@ -2772,7 +2772,7 @@ merge_overrides (binfo, old, do_self, t)
|
||||
overridden or hidden by FNDECL as a list. We set TREE_PURPOSE with
|
||||
the overrider/hider. */
|
||||
|
||||
tree
|
||||
static tree
|
||||
get_basefndecls (fndecl, t)
|
||||
tree fndecl, t;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user