From 12027a891274f9475fddd44cf12c822d3862c90b Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 6 May 1998 05:05:11 +0000 Subject: [PATCH] call.c, [...]: Add include of toplev.h. Wed May 6 06:36:41 1998 Robert Lipe * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c, expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c, search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c, xref.c: Add include of toplev.h. From-SVN: r19567 --- gcc/cp/semantics.c | 1 + gcc/cp/sig.c | 1 + gcc/cp/tree.c | 2 ++ gcc/cp/typeck.c | 1 + gcc/cp/typeck2.c | 1 + gcc/cp/xref.c | 1 + 6 files changed, 7 insertions(+) diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index e7b738a2d3c..5d526c01757 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -30,6 +30,7 @@ #include "cp-tree.h" #include "except.h" #include "lex.h" +#include "toplev.h" /* There routines provide a modular interface to perform many parsing operations. They may therefore be used during actual parsing, or diff --git a/gcc/cp/sig.c b/gcc/cp/sig.c index f1e8ff9890c..01736a8d43f 100644 --- a/gcc/cp/sig.c +++ b/gcc/cp/sig.c @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ #include "cp-tree.h" #include "flags.h" #include "assert.h" +#include "toplev.h" extern struct obstack *current_obstack; extern struct obstack permanent_obstack; diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index fc9fd37d953..6dd5147bc70 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -26,6 +26,8 @@ Boston, MA 02111-1307, USA. */ #include "cp-tree.h" #include "flags.h" #include "rtl.h" +#include "toplev.h" + #ifdef __STDC__ #include #else diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c index 183837c3665..05a45af6a59 100644 --- a/gcc/cp/typeck.c +++ b/gcc/cp/typeck.c @@ -37,6 +37,7 @@ Boston, MA 02111-1307, USA. */ #include "flags.h" #include "output.h" #include "expr.h" +#include "toplev.h" extern void compiler_error (); diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c index e7afbcfc766..f7b34c3efbc 100644 --- a/gcc/cp/typeck2.c +++ b/gcc/cp/typeck2.c @@ -35,6 +35,7 @@ Boston, MA 02111-1307, USA. */ #include "tree.h" #include "cp-tree.h" #include "flags.h" +#include "toplev.h" static tree process_init_constructor PROTO((tree, tree, tree *)); diff --git a/gcc/cp/xref.c b/gcc/cp/xref.c index 8a5551c5ee5..dd85cefc42a 100644 --- a/gcc/cp/xref.c +++ b/gcc/cp/xref.c @@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */ #include "tree.h" #include "cp-tree.h" #include "input.h" +#include "toplev.h" extern char *getpwd PROTO((void));