diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-02-25 09:29:10 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-02-25 09:29:10 +0000 |
commit | 592e5d21b1994911eee8c785222ac9ca217453e2 (patch) | |
tree | ce6f1b24dde28196f7f5dd3ed77828bf46a71316 /gcc/cse.c | |
parent | cfe84c181891d488bd983e5313fd83a21bfec297 (diff) | |
download | gcc-592e5d21b1994911eee8c785222ac9ca217453e2.zip gcc-592e5d21b1994911eee8c785222ac9ca217453e2.tar.gz gcc-592e5d21b1994911eee8c785222ac9ca217453e2.tar.bz2 |
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
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; { |