Commit 12027a89 by Robert Lipe

call.c, [...]: Add include of toplev.h.

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
parent 178e196e
......@@ -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
......
......@@ -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;
......
......@@ -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
......
......@@ -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 ();
......
......@@ -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 *));
......
......@@ -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));
......
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