cse.c (dump_class): Make the function definition static to match the prototype.

* cse.c (dump_class): Make the function definition static to match
       the prototype.

From-SVN: r25430
This commit is contained in:
Kaveh R. Ghazi 1999-02-25 09:29:10 +00:00 committed by Kaveh Ghazi
parent cfe84c1818
commit 592e5d21b1
2 changed files with 6 additions and 1 deletions

View 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> Wed Feb 24 17:47:28 1999 Jim Wilson <wilson@cygnus.com>
* dbxout.c (gstab.h): Use if CROSS_COMPILE. * dbxout.c (gstab.h): Use if CROSS_COMPILE.

View File

@ -669,7 +669,7 @@ extern int rtx_equal_function_value_matters;
/* Dump the expressions in the equivalence class indicated by CLASSP. /* Dump the expressions in the equivalence class indicated by CLASSP.
This function is used only for debugging. */ This function is used only for debugging. */
void static void
dump_class (classp) dump_class (classp)
struct table_elt *classp; struct table_elt *classp;
{ {