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/java/decl.c | |
parent | 6261ede720fc024883ad4942dfbe68f943fe4462 (diff) | |
download | gcc-b384405b341a1539bf3b10b4ce5a99f2ed389630.zip gcc-b384405b341a1539bf3b10b4ce5a99f2ed389630.tar.gz gcc-b384405b341a1539bf3b10b4ce5a99f2ed389630.tar.bz2 |
Backport of GC branch patches part 1: kill eh status saving.
From-SVN: r28357
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r-- | gcc/java/decl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c index 466abc9..ed1e7f8 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -32,6 +32,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "java-tree.h" #include "jcf.h" #include "toplev.h" +#include "function.h" #include "except.h" static tree push_jvm_slot PROTO ((int, tree)); |