From 592e5d21b1994911eee8c785222ac9ca217453e2 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 25 Feb 1999 09:29:10 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/cse.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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; { -- 2.30.2