Commit 592e5d21 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent cfe84c18
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.
......
......@@ -669,7 +669,7 @@ extern int rtx_equal_function_value_matters;
/* 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;
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment