summaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-02 23:23:34 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-02 23:23:34 +0000
commit9e2e0ee1809922da015a27c8ba355bc9bb6fb1e5 (patch)
tree8e02c7ef04812756322911273a35b43eb91304aa /gcc/except.h
parente3952df8f949d390cfab33dbe5fe681299283d2b (diff)
downloadgcc-9e2e0ee1809922da015a27c8ba355bc9bb6fb1e5.tar.gz
* except.h (lang_eh_type_covers): Mark extern.
(lang_eh_runtime_type): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41024 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 84bbe0706c3..a3598ed65f8 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -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