diff options
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h index 58c596a17ba..f332b2b1bb7 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -198,7 +198,7 @@ extern void foreach_reachable_handler (int, bool, bool, void *); extern void collect_eh_region_array (void); -extern void expand_resx_expr (tree); +extern void expand_resx_stmt (gimple); extern void verify_eh_tree (struct function *); extern void dump_eh_tree (FILE *, struct function *); void debug_eh_tree (struct function *); |