From b12558ec06a185548b8bab70dac418f3bf179c8b Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 8 Mar 2005 16:20:35 +0000 Subject: [PATCH] * 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/ChangeLog | 2 ++ gcc/stor-layout.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3417d33..4999fa4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -11,6 +11,8 @@ * sched-deps.c (cache_size): Make it static. + * stor-layout.c (lang_adjust_rli): Make it static. + 2005-03-08 Julian Brown * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index f364dfa..2814622 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)) -- 2.7.4