Commit 39170597 by Robert Lipe Committed by Robert Lipe

except.c: Include system.h.

	* except.c: Include system.h.
	* Makefile.in (except.o): Depend on system.h.

From-SVN: r22494
parent 75111422
Sun Sep 20 11:02:55 1998 Robert Lipe <robertl@dgii.com>
* except.c: Include system.h.
* Makefile.in (except.o): Depend on system.h.
Sun Sep 20 09:25:13 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (actions.o, convert.o, decl.o, expr.o, lang.o,
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment