typedef struct eh_region_d *eh_region;
typedef struct eh_landing_pad_d *eh_landing_pad;
++typedef struct eh_landing_pad_d *eh_landing_pad;
extern void using_eh_for_cleanups (void);
extern void add_stmt_to_eh_lp (gimple *, int);
extern bool make_eh_dispatch_edges (geh_dispatch *);
extern bool match_lp (eh_landing_pad, vec<tree> *);
extern void update_stmt_eh_region(gimple *);
++extern bool match_lp (eh_landing_pad, vec<tree> *);
++extern void update_stmt_eh_region(gimple *);
extern edge make_eh_edge (gimple *);
extern edge redirect_eh_edge (edge, basic_block);
extern void redirect_eh_dispatch_edge (geh_dispatch *, edge, basic_block);