OSDN Git Service

* except.h (lang_eh_type_covers): Mark extern.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Apr 2001 23:23:34 +0000 (23:23 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Apr 2001 23:23:34 +0000 (23:23 +0000)
        (lang_eh_runtime_type): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41024 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/except.h

index ac5b432..a86271d 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 84bbe07..a3598ed 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