diff options
author | Graham Stott <grahams@gcc.gnu.org> | 2001-12-31 05:42:52 +0000 |
---|---|---|
committer | Graham Stott <grahams@gcc.gnu.org> | 2001-12-31 05:42:52 +0000 |
commit | 47f1618a35579c4285b8784f1a1535d4db0f3c39 (patch) | |
tree | 15c2d6454d2f0c81f27ceff26c1dbeead40c218e /gcc | |
parent | b90d6aac62a6625ee5342a467f8eaec1372647e3 (diff) | |
download | gcc-47f1618a35579c4285b8784f1a1535d4db0f3c39.zip gcc-47f1618a35579c4285b8784f1a1535d4db0f3c39.tar.gz gcc-47f1618a35579c4285b8784f1a1535d4db0f3c39.tar.bz2 |
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.
* basic-block.h: Remove forward def of tree_node and
define of tree.
From-SVN: r48414
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b911897..5253d7e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2001-12-31 Graham Stott <grahams@redhat.com> + + * except.h: Remove forward def of tree_node, rtx_def and + define of tree, rtx. Also remove undefs. + +2001-12-30 Graham Stott <grahams@redhat.com> + + * basic-block.h: Remove forward def of tree_node and + define of tree. + 2001-12-30 Richard Henderson <rth@redhat.com> * cfglayout.c (scope_def, scope_forest_info, forest, |