diff options
author | Matt Kraai <kraai@alumni.cmu.edu> | 2003-03-31 05:14:54 +0000 |
---|---|---|
committer | Matt Kraai <kraai@gcc.gnu.org> | 2003-03-31 05:14:54 +0000 |
commit | af8294418cf60ff684f7ea7f151360ca535c56af (patch) | |
tree | 2394870135086cebaa6024c6c9d37567f012a8be /gcc/except.h | |
parent | 6a76da08a3c024fe0ff110a9a5dc2cc0ec56e6a6 (diff) | |
download | gcc-af8294418cf60ff684f7ea7f151360ca535c56af.zip gcc-af8294418cf60ff684f7ea7f151360ca535c56af.tar.gz gcc-af8294418cf60ff684f7ea7f151360ca535c56af.tar.bz2 |
* except.h: Remove definition of varray_type.
From-SVN: r65074
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/except.h b/gcc/except.h index 034ce51..ba37dab 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -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 |