aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2001-08-17 20:29:21 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-08-17 20:29:21 +0000
commit2f78c311762ab66530c1e0a09ff4fe32a8406023 (patch)
tree4bd6d1fe0235550c272807e7302e8461a3c02f44 /gcc/java/decl.c
parent91625004b2e16ac5e92b7e22fbfa4189b6818786 (diff)
downloadgcc-2f78c311762ab66530c1e0a09ff4fe32a8406023.zip
gcc-2f78c311762ab66530c1e0a09ff4fe32a8406023.tar.gz
gcc-2f78c311762ab66530c1e0a09ff4fe32a8406023.tar.bz2
system.h: Forward-declare struct rtx_def, struct rtvec_def, and union tree_node.
* 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. From-SVN: r44980
Diffstat (limited to 'gcc/java/decl.c')
0 files changed, 0 insertions, 0 deletions