This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
FYI patch applied toplev.h remove cruff.
- From: Graham Stott <grahams at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 31 Dec 2001 05:49:46 +0000
- Subject: FYI patch applied toplev.h remove cruff.
All,
I've applied this patch which removes more cruff.
The patch was preapproved by rth.
Bootstrapped i686-pc-linux-gnu all languages.
Graham
ChangeLog
* toplev.h: Remove forward def of tree_node, rtx_def.
-------------------------------------------------------------------
Index: toplev.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/toplev.h,v
retrieving revision 1.80
diff -c -p -r1.80 toplev.h
*** toplev.h 2001/11/06 21:12:08 1.80
--- toplev.h 2001/12/31 05:48:40
*************** Software Foundation, 59 Temple Place - S
*** 21,31 ****
#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) \
--- 21,26 ----
----------------------------------------------------------------------