From 7b25e6631d06cd75c0db8f59e1e863eda4d0c66e Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 14 Mar 2005 02:55:03 +0000 Subject: function.c (get_func_frame_size): Make it static. * function.c (get_func_frame_size): Make it static. * function.h: Remove the corresponding type. From-SVN: r96409 --- gcc/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/function.c') diff --git a/gcc/function.c b/gcc/function.c index 3354c13..9db8ae0 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -353,7 +353,7 @@ free_after_compilation (struct function *f) This size counts from zero. It is not rounded to PREFERRED_STACK_BOUNDARY; the caller may have to do that. */ -HOST_WIDE_INT +static HOST_WIDE_INT get_func_frame_size (struct function *f) { #ifdef FRAME_GROWS_DOWNWARD -- cgit v1.1