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

Wed May  6 06:36:41 1998  Robert Lipe  <robertl@dgii.com>
        * cp/call.c, cp/class.c, cp/decl.c, cp/decl2.c,
        cp/errfn.c, cp/error.c, cp/except.c, cp/expr.c,
        cp/friend.c, cp/init.c, cp/lex.c, cp/method.c,
        cp/pt.c, cp/repo.c, cp/rtti.c, cp/search.c,
        cp/semantics.c, cp/sig.c, cp/tree.c, cp/typeck.c,
        cp/typeck2.c, cp/xref.c: Add include of toplev.h.

From-SVN: r19565
This commit is contained in:
Robert Lipe 1998-05-06 05:01:35 +00:00
parent 10f0ad3d49
commit 54f92bfbb1
16 changed files with 17 additions and 0 deletions

View File

@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */
#include "output.h"
#include "flags.h"
#include "rtl.h"
#include "toplev.h"
#include "obstack.h"
#define obstack_chunk_alloc xmalloc

View File

@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h"
#include "rtl.h"
#include "output.h"
#include "toplev.h"
#include "obstack.h"
#define obstack_chunk_alloc xmalloc

View File

@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */
#include "defaults.h"
#include "output.h"
#include "except.h"
#include "toplev.h"
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free

View File

@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. */
#include "except.h"
#include "expr.h"
#include "defaults.h"
#include "toplev.h"
static tree get_sentry PROTO((tree));
static void mark_vtable_entries PROTO((tree));

View File

@ -22,6 +22,8 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
#include "tree.h"
#include "toplev.h"
#ifdef __STDC__
#include <stdarg.h>
#else

View File

@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
#include "tree.h"
#include "cp-tree.h"
#include "obstack.h"
#include "toplev.h"
typedef char* cp_printer ();

View File

@ -34,6 +34,7 @@ Boston, MA 02111-1307, USA. */
#include "except.h"
#include "function.h"
#include "defaults.h"
#include "toplev.h"
rtx expand_builtin_return_addr PROTO((enum built_in_function, int, rtx));

View File

@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h"
#include "expr.h"
#include "cp-tree.h"
#include "toplev.h"
#if 0
static tree extract_aggr_init PROTO((tree, tree));

View File

@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */
#include "cp-tree.h"
#include "flags.h"
#include "output.h"
#include "toplev.h"
static void add_friend PROTO((tree, tree));
static void add_friends PROTO((tree, tree, tree));

View File

@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */
#include "output.h"
#include "except.h"
#include "expr.h"
#include "toplev.h"
extern void compiler_error ();

View File

@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h"
#include "obstack.h"
#include "c-pragma.h"
#include "toplev.h"
/* MULTIBYTE_CHARS support only works for native compilers.
??? Ideally what we want is to model widechar support after

View File

@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */
#include "output.h"
#include "hard-reg-set.h"
#include "flags.h"
#include "toplev.h"
/* TREE_LIST of the current inline functions that need to be
processed. */

View File

@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */
#include "output.h"
#include "defaults.h"
#include "except.h"
#include "toplev.h"
/* The type of functions taking a tree, and some additional data, and
returning an int. */

View File

@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */
#include "cp-tree.h"
#include "input.h"
#include "obstack.h"
#include "toplev.h"
extern char *getpwd PROTO((void));

View File

@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h"
#include "output.h"
#include "assert.h"
#include "toplev.h"
#ifndef INT_TYPE_SIZE
#define INT_TYPE_SIZE BITS_PER_WORD

View File

@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h"
#include "rtl.h"
#include "output.h"
#include "toplev.h"
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free