* except.h: Remove definition of varray_type.
authorMatt Kraai <kraai@alumni.cmu.edu>
Mon, 31 Mar 2003 05:14:54 +0000 (05:14 +0000)
committerMatt Kraai <kraai@gcc.gnu.org>
Mon, 31 Mar 2003 05:14:54 +0000 (05:14 +0000)
From-SVN: r65074

gcc/ChangeLog
gcc/except.h

index 9df9a0db8971a8269833650930ff5544120ce100..7c438faf1563209114d318109761034ff80948fa 100644 (file)
@@ -1,3 +1,7 @@
+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:
index 034ce51c8fe2e3bcab3cd07c7127f5035b000f62..ba37dabaacf98ec07068f294e9a6679a8714d4a1 100644 (file)
@@ -21,11 +21,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.  */
 
 
-#ifndef GCC_VARRAY_H
-struct varray_head_tag;
-#define varray_type struct varray_head_tag *
-#endif
-
 struct function;
 
 struct inline_remap;
@@ -139,10 +134,6 @@ extern int (*lang_eh_type_covers) PARAMS ((tree a, tree b));
 /* 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