summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 0f5e8541fb0..7ad5f8192e4 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -740,6 +740,6 @@ rtx get_personality_function (tree);
extern void expand_case (gimple);
/* Like expand_case but special-case for SJLJ exception dispatching. */
-extern void expand_sjlj_dispatch_table (rtx, VEC(tree,heap) *);
+extern void expand_sjlj_dispatch_table (rtx, vec<tree> );
#endif /* GCC_EXPR_H */