From: kazu Date: Tue, 8 Mar 2005 16:20:35 +0000 (+0000) Subject: * stor-layout.c (lang_adjust_rli): Make it static. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b12558ec06a185548b8bab70dac418f3bf179c8b;p=thirdparty%2Fgcc.git * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3417d338f957..4999fa4f75d8 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 f364dfa90a00..2814622cd63e 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))