Commit 1bb11558 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r96112
parent 392c64a0
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment