diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-07-31 12:46:53 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-07-31 12:46:53 +0000 |
commit | b384405b341a1539bf3b10b4ce5a99f2ed389630 (patch) | |
tree | 286c1d2fa0096b032809b04fe3925b118bc31fd7 /gcc/c-pragma.c | |
parent | 6261ede720fc024883ad4942dfbe68f943fe4462 (diff) | |
download | gcc-b384405b341a1539bf3b10b4ce5a99f2ed389630.tar.gz |
Backport of GC branch patches part 1: kill eh status saving.
From-SVN: r28357
Diffstat (limited to 'gcc/c-pragma.c')
-rw-r--r-- | gcc/c-pragma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c index 5aa8d9f2870..017bdefbc95 100644 --- a/gcc/c-pragma.c +++ b/gcc/c-pragma.c @@ -22,7 +22,6 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "rtl.h" #include "tree.h" -#include "except.h" #include "function.h" #include "defaults.h" #include "c-pragma.h" |