diff options
| author | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-27 18:00:41 +0000 |
|---|---|---|
| committer | oldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-27 18:00:41 +0000 |
| commit | 0caef6ea9f172dad3d3719b635f678e2b62268fc (patch) | |
| tree | 54ba6009387a0aca6c7357afd5718c7bf8d8d81c | |
| parent | 7fa5ea6c10d38bc18d1dd90a8d9bd644e6919a7a (diff) | |
| download | ppe42-gcc-0caef6ea9f172dad3d3719b635f678e2b62268fc.tar.gz ppe42-gcc-0caef6ea9f172dad3d3719b635f678e2b62268fc.zip | |
2001-02-27 Jeffrey Oldham <oldham@codesourcery.com>
* except.c (call_eh_info): Revert "match_function"'s type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40097 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/cp/except.c | 4 |
2 files changed, 6 insertions, 2 deletions
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 <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. 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, |

