Commit 54f92bfb by Robert Lipe

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
parent 10f0ad3d
...@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */
#include "output.h" #include "output.h"
#include "flags.h" #include "flags.h"
#include "rtl.h" #include "rtl.h"
#include "toplev.h"
#include "obstack.h" #include "obstack.h"
#define obstack_chunk_alloc xmalloc #define obstack_chunk_alloc xmalloc
......
...@@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h" #include "flags.h"
#include "rtl.h" #include "rtl.h"
#include "output.h" #include "output.h"
#include "toplev.h"
#include "obstack.h" #include "obstack.h"
#define obstack_chunk_alloc xmalloc #define obstack_chunk_alloc xmalloc
......
...@@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */
#include "defaults.h" #include "defaults.h"
#include "output.h" #include "output.h"
#include "except.h" #include "except.h"
#include "toplev.h"
#define obstack_chunk_alloc xmalloc #define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free #define obstack_chunk_free free
......
...@@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. */
#include "except.h" #include "except.h"
#include "expr.h" #include "expr.h"
#include "defaults.h" #include "defaults.h"
#include "toplev.h"
static tree get_sentry PROTO((tree)); static tree get_sentry PROTO((tree));
static void mark_vtable_entries PROTO((tree)); static void mark_vtable_entries PROTO((tree));
......
...@@ -22,6 +22,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -22,6 +22,8 @@ Boston, MA 02111-1307, USA. */
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include "tree.h" #include "tree.h"
#include "toplev.h"
#ifdef __STDC__ #ifdef __STDC__
#include <stdarg.h> #include <stdarg.h>
#else #else
......
...@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */
#include "tree.h" #include "tree.h"
#include "cp-tree.h" #include "cp-tree.h"
#include "obstack.h" #include "obstack.h"
#include "toplev.h"
typedef char* cp_printer (); typedef char* cp_printer ();
......
...@@ -34,6 +34,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -34,6 +34,7 @@ Boston, MA 02111-1307, USA. */
#include "except.h" #include "except.h"
#include "function.h" #include "function.h"
#include "defaults.h" #include "defaults.h"
#include "toplev.h"
rtx expand_builtin_return_addr PROTO((enum built_in_function, int, rtx)); rtx expand_builtin_return_addr PROTO((enum built_in_function, int, rtx));
......
...@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h" #include "flags.h"
#include "expr.h" #include "expr.h"
#include "cp-tree.h" #include "cp-tree.h"
#include "toplev.h"
#if 0 #if 0
static tree extract_aggr_init PROTO((tree, tree)); static tree extract_aggr_init PROTO((tree, tree));
......
...@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */
#include "cp-tree.h" #include "cp-tree.h"
#include "flags.h" #include "flags.h"
#include "output.h" #include "output.h"
#include "toplev.h"
static void add_friend PROTO((tree, tree)); static void add_friend PROTO((tree, tree));
static void add_friends PROTO((tree, tree, tree)); static void add_friends PROTO((tree, tree, tree));
......
...@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */
#include "output.h" #include "output.h"
#include "except.h" #include "except.h"
#include "expr.h" #include "expr.h"
#include "toplev.h"
extern void compiler_error (); extern void compiler_error ();
......
...@@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -36,6 +36,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h" #include "flags.h"
#include "obstack.h" #include "obstack.h"
#include "c-pragma.h" #include "c-pragma.h"
#include "toplev.h"
/* MULTIBYTE_CHARS support only works for native compilers. /* MULTIBYTE_CHARS support only works for native compilers.
??? Ideally what we want is to model widechar support after ??? Ideally what we want is to model widechar support after
......
...@@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */
#include "output.h" #include "output.h"
#include "hard-reg-set.h" #include "hard-reg-set.h"
#include "flags.h" #include "flags.h"
#include "toplev.h"
/* TREE_LIST of the current inline functions that need to be /* TREE_LIST of the current inline functions that need to be
processed. */ processed. */
......
...@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */
#include "output.h" #include "output.h"
#include "defaults.h" #include "defaults.h"
#include "except.h" #include "except.h"
#include "toplev.h"
/* The type of functions taking a tree, and some additional data, and /* The type of functions taking a tree, and some additional data, and
returning an int. */ returning an int. */
......
...@@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */
#include "cp-tree.h" #include "cp-tree.h"
#include "input.h" #include "input.h"
#include "obstack.h" #include "obstack.h"
#include "toplev.h"
extern char *getpwd PROTO((void)); extern char *getpwd PROTO((void));
......
...@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h" #include "flags.h"
#include "output.h" #include "output.h"
#include "assert.h" #include "assert.h"
#include "toplev.h"
#ifndef INT_TYPE_SIZE #ifndef INT_TYPE_SIZE
#define INT_TYPE_SIZE BITS_PER_WORD #define INT_TYPE_SIZE BITS_PER_WORD
......
...@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h" #include "flags.h"
#include "rtl.h" #include "rtl.h"
#include "output.h" #include "output.h"
#include "toplev.h"
#define obstack_chunk_alloc xmalloc #define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free #define obstack_chunk_free free
......
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