* stor-layout.c (lang_adjust_rli): Make it static.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 8 Mar 2005 16:20:35 +0000 (16:20 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 8 Mar 2005 16:20:35 +0000 (16:20 +0000)
From-SVN: r96112

gcc/ChangeLog
gcc/stor-layout.c

index 3417d338f957cecc115acc3f87326a82b61d800b..4999fa4f75d8859bf807dfda22325cc33492f7b2 100644 (file)
@@ -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  <julian@codesourcery.com>
 
        * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
index f364dfa90a00d69f84fcde168fec77ed0df8bbc3..2814622cd63e7754d45eb25afb07ca80e7cffdb5 100644 (file)
@@ -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))