This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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 ----
----------------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]