except.h (lang_eh_type_covers): Mark extern.
authorRichard Henderson <rth@redhat.com>
Mon, 2 Apr 2001 23:23:34 +0000 (16:23 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 2 Apr 2001 23:23:34 +0000 (16:23 -0700)
        * except.h (lang_eh_type_covers): Mark extern.
        (lang_eh_runtime_type): Likewise.

From-SVN: r41024

gcc/ChangeLog
gcc/except.h

index ac5b432fbe4e3a48d01c6c1e4b21d3f59dd27743..a86271db2b92596d7540f23a6f91f22c2ec1295b 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-02  Richard Henderson  <rth@redhat.com>
+
+       * except.h (lang_eh_type_covers): Mark extern.
+       (lang_eh_runtime_type): Likewise.
+
 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
 
        * lex.c (ffelex_hash_): Avoid eating one whole line after
index 84bbe0706c31f6593ebac6ea91418a0c007c49fd..a3598ed65f80f2e00251df87d3864e9dcf01f4c5 100644 (file)
@@ -149,10 +149,10 @@ extern void sjlj_emit_function_exit_after PARAMS ((rtx));
 extern tree protect_cleanup_actions;
 
 /* Return true if type A catches type B.  */
-int (*lang_eh_type_covers) PARAMS ((tree a, tree b));
+extern int (*lang_eh_type_covers) PARAMS ((tree a, tree b));
 
 /* Map a type to a runtime object to match type.  */
-tree (*lang_eh_runtime_type) PARAMS ((tree));
+extern tree (*lang_eh_runtime_type) PARAMS ((tree));
 
 #ifndef TREE_CODE
 #undef tree