summaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorgrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-31 05:44:58 +0000
committergrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-31 05:44:58 +0000
commit7b505558bfb6cb109b8ed340052f93e8896cdfda (patch)
tree8e420572265d9786f1c688776066fae841d9c28d /gcc/except.h
parent476ec4054df6f0da7d7af2e053c471d805b26ddd (diff)
downloadgcc-7b505558bfb6cb109b8ed340052f93e8896cdfda.tar.gz
* except.h: Remove forward def of tree_node, rtx_def and
define of tree, rtx. Also remove undefs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48416 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 6af9891d8b8..901ec4ba4b0 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -21,16 +21,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-#ifndef TREE_CODE
-union tree_node;
-#define tree union tree_node *
-#endif
-
-#ifndef RTX_CODE
-struct rtx_def;
-#define rtx struct rtx_def *
-#endif
-
#ifndef GCC_VARRAY_H
struct varray_head_tag;
#define varray_type struct varray_head_tag *
@@ -162,14 +152,6 @@ extern int (*lang_eh_type_covers) PARAMS ((tree a, tree b));
/* Map a type to a runtime object to match type. */
extern tree (*lang_eh_runtime_type) PARAMS ((tree));
-#ifndef TREE_CODE
-#undef tree
-#endif
-
-#ifndef RTX_CODE
-#undef rtx
-#endif
-
#ifndef GCC_VARRAY_H
#undef varray_type
#endif