diff options
author | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-31 12:46:53 +0000 |
---|---|---|
committer | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-31 12:46:53 +0000 |
commit | 304c5bf10d4e1133798c98a934621fee5f73d5e9 (patch) | |
tree | 286c1d2fa0096b032809b04fe3925b118bc31fd7 /gcc/stor-layout.c | |
parent | 3a51bad938848fc9a96d13800b3e9a9af6ccf923 (diff) | |
download | gcc-304c5bf10d4e1133798c98a934621fee5f73d5e9.tar.gz |
Backport of GC branch patches part 1: kill eh status saving.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28357 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/stor-layout.c')
-rw-r--r-- | gcc/stor-layout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 798a7956707..c72e752e622 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -25,7 +25,6 @@ Boston, MA 02111-1307, USA. */ #include "tree.h" #include "rtl.h" #include "flags.h" -#include "except.h" #include "function.h" #include "expr.h" #include "toplev.h" |