diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5253d7e0349..ddfa758460c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-31 Graham Stott + + * toplev.h: Remove forward def of tree_node, rtx_def. + 2001-12-31 Graham Stott * except.h: Remove forward def of tree_node, rtx_def and diff --git a/gcc/toplev.h b/gcc/toplev.h index 74fef17f459..15cc264bbbd 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -21,11 +21,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef GCC_TOPLEV_H #define GCC_TOPLEV_H -#ifdef ANSI_PROTOTYPES -union tree_node; -struct rtx_def; -#endif - /* If non-NULL, return one past-the-end of the matching SUBPART of the WHOLE string. */ #define skip_leading_substring(whole, part) \