From 10f0ad3d494b7d8623c405dd90bba2f0fe119341 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 6 May 1998 04:54:01 +0000 Subject: toplev.h: New file. Wed May 6 06:35:38 1998 Robert Lipe * toplev.h: New file. Protypes for functions in toplev.c. * tree.h, rtl.h: Deleted protos for functions in toplev.c. * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c, c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c, convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c, function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c, reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c, varasm.c: include it. From-SVN: r19564 --- gcc/dwarf2out.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index ab2fab7..110a622 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -40,6 +40,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "expr.h" #include "except.h" #include "dwarf2.h" +#include "toplev.h" /* We cannot use in GCC source, since that would include GCC's assert.h, which may not be compatible with the host compiler. */ -- cgit v1.1