* tree-flow.h: Remove the corresponding prototype. Don't
declare lower_data.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96110
138bc75d-0d04-0410-961f-
82ee72b054a4
* 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;