This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
FYI patch applied halfpic.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:57:31 +0000
- Subject: FYI patch applied halfpic.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
* halfpic.h: Remove foward defs of tree_node and rtx_def.
Index: halfpic.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/halfpic.h,v
retrieving revision 1.12
diff -c -p -r1.12 halfpic.h
*** halfpic.h 2001/10/28 14:01:18 1.12
--- halfpic.h 2001/12/31 05:57:10
*************** Software Foundation, 59 Temple Place - S
*** 20,30 ****
#ifndef NO_HALF_PIC
- #ifdef ANSI_PROTOTYPES
- union tree_node; /* forward reference */
- struct rtx_def;
- #endif
-
/* Declare the variable flag_half_pic as 'int' instead of 'extern
int', so that BSS variables are created (even though this is not
strict ANSI). This is because rtl.c now refers to the
--- 20,25 ----