* 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 3417d33..4999fa4 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 f364dfa..2814622 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))