From: Jeffrey Oldham Date: Tue, 27 Feb 2001 18:00:41 +0000 (+0000) Subject: except.c (call_eh_info): Revert "match_function"'s type. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=788f238c59f903daf994eae6fe70a0470f382632;p=gcc.git except.c (call_eh_info): Revert "match_function"'s type. 2001-02-27 Jeffrey Oldham * except.c (call_eh_info): Revert "match_function"'s type. From-SVN: r40097 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2d7dace49e5..3dfe8d3c460 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2001-02-27 Jeffrey Oldham + + * except.c (call_eh_info): Revert "match_function"'s type. + 2001-02-27 Nathan Sidwell Fix ctor vtable vcall offsets. diff --git a/gcc/cp/except.c b/gcc/cp/except.c index 9d3a6a5f7bd..fbfb709d133 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,