Commit d505d664 by Graham Stott

basic-block.h: Remove forward def of tree_node and define of tree.


        * basic-block.h: Remove forward def of tree_node and
        define of tree.

From-SVN: r48415
parent 47f1618a
......@@ -27,11 +27,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "varray.h"
#include "partition.h"
#ifndef TREE_CODE
union tree_node;
#define tree union tree_node *
#endif
/* Head of register set linked list. */
typedef bitmap_head regset_head;
/* A pointer to a regset_head. */
......
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