diff options
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r-- | gcc/cp/except.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c index 9d3a6a5..fbfb709 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -201,8 +201,8 @@ call_eh_info () short language; short version; }; */ - fields[0] = build_decl (FIELD_DECL, - get_identifier ("match_function"), matcher_fn_type); + fields[0] = build_decl (FIELD_DECL, + get_identifier ("match_function"), ptr_type_node); fields[1] = build_decl (FIELD_DECL, get_identifier ("language"), short_integer_type_node); fields[2] = build_decl (FIELD_DECL, |