summaryrefslogtreecommitdiffstats
path: root/gcc/except.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c
index 86871d0eea8..3ed0c915eb6 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -792,7 +792,8 @@ void remove_handler (removing_label)
currently exist in all regions. */
int
-find_all_handler_type_matches (void ***array)
+find_all_handler_type_matches (array)
+ void ***array;
{
struct handler_info *handler, *last;
int x,y;
OpenPOWER on IntegriCloud