* gimple-low.c (lower_stmt_body): Make it static.
	* tree-flow.h: Remove the corresponding prototype.  Don't
	declare lower_data.
From-SVN: r96110
 
        * cfg.c (rbi_pool): Make it static.
 
+       * gimple-low.c (lower_stmt_body): Make it static.
+       * tree-flow.h: Remove the corresponding prototype.  Don't
+       declare lower_data.
+
 2005-03-08  Julian Brown  <julian@codesourcery.com>
 
        * config/elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK
 
    when they are changed -- if this has to be done, the lowering routine must
    do it explicitly.  DATA is passed through the recursion.  */
 
-void
+static void
 lower_stmt_body (tree expr, struct lower_data *data)
 {
   tree_stmt_iterator tsi;