From: Kaveh R. Ghazi Date: Thu, 25 Feb 1999 09:29:10 +0000 (+0000) Subject: cse.c (dump_class): Make the function definition static to match the prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=592e5d21b1994911eee8c785222ac9ca217453e2;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c0b00a58c4d..3c66e694ff7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 25 12:09:04 1999 Kaveh R. Ghazi + + * cse.c (dump_class): Make the function definition static to match + the prototype. + Wed Feb 24 17:47:28 1999 Jim Wilson * dbxout.c (gstab.h): Use if CROSS_COMPILE. diff --git a/gcc/cse.c b/gcc/cse.c index 7fa8116a6f6..5693f2d5f24 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -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; {