+2003-03-30 Matt Kraai <kraai@alumni.cmu.edu>
+
+ * except.h: Remove definition of varray_type.
+
2003-03-30 Richard Henderson <rth@redhat.com>
PR opt/10011, opt/10252:
02111-1307, USA. */
-#ifndef GCC_VARRAY_H
-struct varray_head_tag;
-#define varray_type struct varray_head_tag *
-#endif
-
struct function;
struct inline_remap;
/* 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
mean that we can use call frame exceptions. Detect that the target