* stor-layout.c (lang_adjust_rli): Make it static.

From-SVN: r96112
This commit is contained in:
Kazu Hirata 2005-03-08 16:20:35 +00:00 committed by Kazu Hirata
parent 392c64a090
commit 1bb1155897
2 changed files with 3 additions and 1 deletions

View 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

View 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))