* stor-layout.c (lang_adjust_rli): Make it static.
From-SVN: r96112
This commit is contained in:
parent
392c64a090
commit
1bb1155897
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user