Commit b52155b6 by Graham Stott

except.h: Remove forward def of tree_node, rtx_def and define of tree, rtx.


        * except.h: Remove forward def of tree_node, rtx_def and
        define of tree, rtx. Also remove undefs.

From-SVN: r48416
parent d505d664
...@@ -21,16 +21,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -21,16 +21,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */ 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 #ifndef GCC_VARRAY_H
struct varray_head_tag; struct varray_head_tag;
#define varray_type 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)); ...@@ -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. */ /* Map a type to a runtime object to match type. */
extern tree (*lang_eh_runtime_type) PARAMS ((tree)); extern tree (*lang_eh_runtime_type) PARAMS ((tree));
#ifndef TREE_CODE
#undef tree
#endif
#ifndef RTX_CODE
#undef rtx
#endif
#ifndef GCC_VARRAY_H #ifndef GCC_VARRAY_H
#undef varray_type #undef varray_type
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment