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:
Jeffrey A Law 1997-08-27 08:03:41 +00:00 committed by Jeff Law
parent bba17b29e1
commit 5ddc28a51f
2 changed files with 5 additions and 1 deletions

View File

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

View 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;
{