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]

remove definition of varray_type in except.h


Howdy,

This patch removes the definition of varray_type in except.h.  I
have bootstrapped and regression tested it on
powerpc-unknown-linux-gnu.  OK to commit?

* except.h: Remove definition of varray_type.

Index: gcc/except.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/except.h,v
retrieving revision 1.65
diff -c -3 -p -r1.65 except.h
*** gcc/except.h	25 Aug 2002 05:21:10 -0000	1.65
--- gcc/except.h	23 Mar 2003 19:12:30 -0000
*************** Software Foundation, 59 Temple Place - S
*** 21,31 ****
  02111-1307, USA.  */
  
  
- #ifndef GCC_VARRAY_H
- struct varray_head_tag;
- #define varray_type struct varray_head_tag *
- #endif
- 
  struct function;
  
  struct inline_remap;
--- 21,26 ----
*************** extern int (*lang_eh_type_covers) PARAMS
*** 138,147 ****
  
  /* Map a type to a runtime object to match type.  */
  extern tree (*lang_eh_runtime_type) PARAMS ((tree));
- 
- #ifndef GCC_VARRAY_H
- #undef varray_type
- #endif
  
  
  /* Just because the user configured --with-sjlj-exceptions=no doesn't
--- 133,138 ----

Matt
-- 
It's most certainly GNU/Linux, not Linux.  Read more at
http://www.gnu.org/gnu/why-gnu-linux.html.


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