]> gcc.gnu.org Git - gcc.git/commitdiff
call.c, [...]: Add include of toplev.h.
authorRobert Lipe <robertl@gcc.gnu.org>
Wed, 6 May 1998 05:05:11 +0000 (05:05 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Wed, 6 May 1998 05:05:11 +0000 (05:05 +0000)
Wed May  6 06:36:41 1998  Robert Lipe  <robertl@dgii.com>
        * 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
gcc/cp/sig.c
gcc/cp/tree.c
gcc/cp/typeck.c
gcc/cp/typeck2.c
gcc/cp/xref.c

index e7b738a2d3c6960b08506f931faa6d44648dfb4b..5d526c017578411643d99c776090ad6128b779fa 100644 (file)
@@ -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
index f1e8ff9890cf72d6dd6d205671c558678305ac5e..01736a8d43f90e31b99caffcea00562f5a89333a 100644 (file)
@@ -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;
index fc9fd37d953892174b7eec428f2cf056ffc5216c..6dd5147bc70617fe0742d9d2bae2c79e0b23be39 100644 (file)
@@ -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 <stdarg.h>
 #else
index 183837c36654fc04c6e3f0fea75c97c8ea0cc967..05a45af6a592fdab8d1404332e768970e442e649 100644 (file)
@@ -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 ();
 
index e7afbcfc7666dddfb4a321bbf2901c40475bed04..f7b34c3efbc0079ecc5357da4f9e8220ab341b2a 100644 (file)
@@ -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 *));
 
index 8a5551c5ee5023fe0ea09d76e7df2850c13e89a3..dd85cefc42ae45a16cea4c1bb73d4dce6f0aaa94 100644 (file)
@@ -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));
 
This page took 0.079927 seconds and 5 git commands to generate.