Commit 788f238c by Jeffrey Oldham Committed by Jeffrey D. Oldham

except.c (call_eh_info): Revert "match_function"'s type.

2001-02-27  Jeffrey Oldham  <oldham@codesourcery.com>

	* except.c (call_eh_info): Revert "match_function"'s type.

From-SVN: r40097
parent 0db54514
2001-02-27 Jeffrey Oldham <oldham@codesourcery.com>
* except.c (call_eh_info): Revert "match_function"'s type.
2001-02-27 Nathan Sidwell <nathan@codesourcery.com>
Fix ctor vtable vcall offsets.
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment