* cp-tree.h (finish_cleanup_try_block): New function.
* semantics.c (finish_cleanup_try_block): Add comment.
From-SVN: r29264
extern tree begin_function_try_block PROTO((void));
extern void finish_function_try_block PROTO((tree));
extern void finish_function_handler_sequence PROTO((tree));
+extern void finish_cleanup_try_block PROTO((tree));
extern tree begin_handler PROTO((void));
extern void start_handler_parms PROTO((tree, tree));
extern void finish_handler_parms PROTO((tree));
expand_start_all_catch ();
}
+/* Finish the body of a cleanup try-block, which may be given by
+ TRY_BLOCK. */
+
void
finish_cleanup_try_block (try_block)
tree try_block;