2001-02-27 Jeffrey Oldham <oldham@codesourcery.com>
authoroldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Feb 2001 18:00:41 +0000 (18:00 +0000)
committeroldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Feb 2001 18:00:41 +0000 (18:00 +0000)
* 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

gcc/cp/ChangeLog
gcc/cp/except.c

index 2d7dace..3dfe8d3 100644 (file)
@@ -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.
index 9d3a6a5..fbfb709 100644 (file)
@@ -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,