* system.h: Forward-declare struct rtx_def, struct rtvec_def,
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2001 20:29:21 +0000 (20:29 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Aug 2001 20:29:21 +0000 (20:29 +0000)
commit6a3e3d6dbfa5e85db7583c8f56e9f38d7231f75d
tree4bd6d1fe0235550c272807e7302e8461a3c02f44
parent6a51e4c43405b964cd360dc0d6d5d01d51a15f59
* system.h: Forward-declare struct rtx_def, struct rtvec_def,
and union tree_node.  Typedef rtx, rtvec, and tree.  Fix comment.
* rtl.h: Don't forward-declare union tree_node here.  Don't
typedef rtx or rtvec here.  Change all uses of struct rtx_def *,
struct rtvec_def *, or union tree_node * to use rtx, rtvec,
and tree respectively.
* tree.h: Don't forward-declare struct rtx_def here.  Don't
typedef tree here.  Change all uses of struct rtx_def *,
struct rtvec_def *, or union tree_node * to use rtx, rtvec,
and tree respectively.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44980 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/rtl.h
gcc/system.h
gcc/tree.h