* toplev.h: Remove forward def of tree_node, rtx_def.
authorGraham Stott <grahams@redhat.com>
Mon, 31 Dec 2001 05:54:02 +0000 (05:54 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Mon, 31 Dec 2001 05:54:02 +0000 (05:54 +0000)
From-SVN: r48417

gcc/ChangeLog
gcc/toplev.h

index 5253d7e0349edff074eded5ed527226ec75aed66..ddfa758460c94972ccfd79d997bc0b0dd06944a4 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-31  Graham Stott  <grahams@redhat.com>
+
+        * toplev.h: Remove forward def of tree_node, rtx_def.
+
 2001-12-31 Graham Stott  <grahams@redhat.com>
 
        * except.h: Remove forward def of tree_node, rtx_def and
index 74fef17f4595bac06473119e7db5e4c3e390ef45..15cc264bbbdbd71fb5ee69b794a542fc84e45a5a 100644 (file)
@@ -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) \