From 7b505558bfb6cb109b8ed340052f93e8896cdfda Mon Sep 17 00:00:00 2001 From: grahams Date: Mon, 31 Dec 2001 05:44:58 +0000 Subject: * 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 --- gcc/except.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'gcc/except.h') 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 -- cgit v1.2.1