cse.c (dump_class): Make the function definition static to match the prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 25 Feb 1999 09:29:10 +0000 (09:29 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 25 Feb 1999 09:29:10 +0000 (09:29 +0000)
       * cse.c (dump_class): Make the function definition static to match
       the prototype.

From-SVN: r25430

gcc/ChangeLog
gcc/cse.c

index c0b00a58c4d65e7f14745d4466c3243f2366a6e9..3c66e694ff7b1e651489769159b58735d0e8dc06 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb 25 12:09:04 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cse.c (dump_class): Make the function definition static to match
+       the prototype.
+
 Wed Feb 24 17:47:28 1999  Jim Wilson  <wilson@cygnus.com>
 
        * dbxout.c (gstab.h): Use if CROSS_COMPILE.
index 7fa8116a6f63b3ff449a123a83fa0375e562962b..5693f2d5f24510e8ca4c19d0b9cdff34cfacba05 100644 (file)
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -669,7 +669,7 @@ extern int rtx_equal_function_value_matters;
 \f
 /* Dump the expressions in the equivalence class indicated by CLASSP.
    This function is used only for debugging.  */
-void
+static void
 dump_class (classp)
      struct table_elt *classp;
 {