From 391705971a17c18ac3f3ca2b02979c1a52a945c6 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Sun, 20 Sep 1998 09:06:51 +0000 Subject: [PATCH] except.c: Include system.h. * except.c: Include system.h. * Makefile.in (except.o): Depend on system.h. From-SVN: r22494 --- gcc/ch/ChangeLog | 6 ++++++ gcc/ch/Makefile.in | 2 +- gcc/ch/except.c | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index b27ba2ee7a0..7370b7565f1 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,9 @@ +Sun Sep 20 11:02:55 1998 Robert Lipe + + * except.c: Include system.h. + + * Makefile.in (except.o): Depend on system.h. + Sun Sep 20 09:25:13 1998 Kaveh R. Ghazi * Makefile.in (actions.o, convert.o, decl.o, expr.o, lang.o, diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in index 712272b85e6..68ed339bc98 100644 --- a/gcc/ch/Makefile.in +++ b/gcc/ch/Makefile.in @@ -278,7 +278,7 @@ convert.o : convert.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../flags.h \ decl.o : decl.c $(CONFIG_H) $(CHILL_TREE_H) $(srcdir)/../flags.h lex.h \ $(srcdir)/../system.h $(srcdir)/../toplev.h except.o : except.c $(CONFIG_H) $(srcdir)/../tree.h $(RTL_H) $(CHILL_TREE_H) \ - $(srcdir)/../toplev.h + $(srcdir)/../system.h $(srcdir)/../toplev.h expr.o : expr.c $(CONFIG_H) $(RTL_H) $(CHILL_TREE_H) $(srcdir)/../flags.h \ $(srcdir)/../expr.h ../insn-codes.h $(srcdir)/../tree.h lex.h \ $(srcdir)/../system.h $(srcdir)/../toplev.h diff --git a/gcc/ch/except.c b/gcc/ch/except.c index db02a920c5c..9312e02d88f 100644 --- a/gcc/ch/except.c +++ b/gcc/ch/except.c @@ -22,6 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "tree.h" #include "ch-tree.h" #include "rtl.h" +#include "system.h" #include "toplev.h" /* On Suns this can get you to the right definition if you -- 2.30.2