diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-25 09:29:10 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-25 09:29:10 +0000 |
commit | 6ad8771fa08254848f0897479a45baa858984ae3 (patch) | |
tree | ce6f1b24dde28196f7f5dd3ed77828bf46a71316 /gcc/cse.c | |
parent | 027341bbfd218306557662be1e8e58e60ede061b (diff) | |
download | gcc-6ad8771fa08254848f0897479a45baa858984ae3.tar.gz |
* cse.c (dump_class): Make the function definition static to match
the prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25430 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; { |