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
This commit is contained in:
parent
178e196ef1
commit
12027a8912
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user