aboutsummaryrefslogtreecommitdiff
path: root/gcc/stor-layout.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-08 16:20:35 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-08 16:20:35 +0000
commit1bb1155897559e3f2f94507ca0dceb1304be319c (patch)
tree7efa1cbbc053d952e340038f06d58622e0b86fe1 /gcc/stor-layout.c
parent392c64a09029f3c6bd6deb3ffc5edbca68bd38b2 (diff)
downloadgcc-1bb1155897559e3f2f94507ca0dceb1304be319c.zip
gcc-1bb1155897559e3f2f94507ca0dceb1304be319c.tar.gz
gcc-1bb1155897559e3f2f94507ca0dceb1304be319c.tar.bz2
* stor-layout.c (lang_adjust_rli): Make it static.
From-SVN: r96112
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r--gcc/stor-layout.c2
1 files changed, 1 insertions, 1 deletions
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))