aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>1996-07-23 20:09:26 +0000
committerMike Stump <mrs@gcc.gnu.org>1996-07-23 20:09:26 +0000
commit1ef08c6373cde5339b3d4db95057ee148ea659cb (patch)
treecaccaf3ec69327541f4df3fc536a2e0bb6d6fca2 /gcc/function.c
parent6adb4e3a29c612cc99a26a54364917e3a1709e8c (diff)
downloadgcc-1ef08c6373cde5339b3d4db95057ee148ea659cb.zip
gcc-1ef08c6373cde5339b3d4db95057ee148ea659cb.tar.gz
gcc-1ef08c6373cde5339b3d4db95057ee148ea659cb.tar.bz2
install EH code
From-SVN: r12550
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 275685e..7950e1e 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -43,6 +43,7 @@ Boston, MA 02111-1307, USA. */
#include "rtl.h"
#include "tree.h"
#include "flags.h"
+#include "except.h"
#include "function.h"
#include "insn-flags.h"
#include "expr.h"