diff options
| author | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-31 05:14:54 +0000 |
|---|---|---|
| committer | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-31 05:14:54 +0000 |
| commit | f3d2d69147458c56ce73ef7c3dff401df37b91ba (patch) | |
| tree | 2394870135086cebaa6024c6c9d37567f012a8be | |
| parent | f9c2c15ec4c44b2813305c66f41cf23a67959e39 (diff) | |
| download | ppe42-gcc-f3d2d69147458c56ce73ef7c3dff401df37b91ba.tar.gz ppe42-gcc-f3d2d69147458c56ce73ef7c3dff401df37b91ba.zip | |
* except.h: Remove definition of varray_type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65074 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/except.h | 9 |
2 files changed, 4 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9df9a0db897..7c438faf156 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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: diff --git a/gcc/except.h b/gcc/except.h index 034ce51c8fe..ba37dabaacf 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 |

