From b12558ec06a185548b8bab70dac418f3bf179c8b Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 8 Mar 2005 16:20:35 +0000 Subject: * stor-layout.c (lang_adjust_rli): Make it static. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96112 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/stor-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/stor-layout.c') diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index f364dfa90a0..2814622cd63 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -485,7 +485,7 @@ relayout_decl (tree decl) /* Hook for a front-end function that can modify the record layout as needed immediately before it is finalized. */ -void (*lang_adjust_rli) (record_layout_info) = 0; +static void (*lang_adjust_rli) (record_layout_info) = 0; void set_lang_adjust_rli (void (*f) (record_layout_info)) -- cgit v1.2.1