summaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
authorgrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-31 05:54:02 +0000
committergrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-31 05:54:02 +0000
commit0f57e59305a715f1eb99ba8c050a85b025660932 (patch)
treed55919db8b711a159beff31d07b5681de9d3b8a6 /gcc/toplev.h
parent7b505558bfb6cb109b8ed340052f93e8896cdfda (diff)
downloadgcc-0f57e59305a715f1eb99ba8c050a85b025660932.tar.gz
* toplev.h: Remove forward def of tree_node, rtx_def.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48417 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h5
1 files changed, 0 insertions, 5 deletions
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) \