diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-08 16:20:35 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-08 16:20:35 +0000 |
commit | b12558ec06a185548b8bab70dac418f3bf179c8b (patch) | |
tree | 7efa1cbbc053d952e340038f06d58622e0b86fe1 /gcc/stor-layout.c | |
parent | f4b6f4248c679ca1ef45fd145cdba411a4c6d882 (diff) | |
download | gcc-b12558ec06a185548b8bab70dac418f3bf179c8b.tar.gz |
* 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
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |