]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
class.c (get_basefndecls): Make definition match declaration.
authorJeffrey A Law <law@cygnus.com>
Wed, 27 Aug 1997 08:03:41 +0000 (08:03 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 27 Aug 1997 08:03:41 +0000 (02:03 -0600)
        * class.c (get_basefndecls): Make definition match declaration.
Something caught by the sunos compiler.

From-SVN: r14961

gcc/cp/ChangeLog
gcc/cp/class.c

index f136f0c6f37e4e6c4d9b11355de71dd24d141826..1637cf8fd6f89e748f17ea505e124a74282e9ffd 100644 (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.
index 3270bff5dbde5f7dbc1e740355004e4634099009..a9624a6deaf3f90faade9fb9549c7651bb176f4f 100644 (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;
 {