call.c, [...]: Add include of toplev.h.
authorRobert Lipe <robertl@gcc.gnu.org>
Wed, 6 May 1998 05:01:35 +0000 (05:01 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Wed, 6 May 1998 05:01:35 +0000 (05:01 +0000)
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

16 files changed:
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/errfn.c
gcc/cp/error.c
gcc/cp/except.c
gcc/cp/expr.c
gcc/cp/friend.c
gcc/cp/init.c
gcc/cp/lex.c
gcc/cp/method.c
gcc/cp/pt.c
gcc/cp/repo.c
gcc/cp/rtti.c
gcc/cp/search.c

index 0c4326c81d1eba1d8c7ef7f40acfe08cd56eab9c..c7eaed4ae7f8a409e4dbfd3d6dab68efea7a0c36 100644 (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
index fc1c675ff78fc1678a5b1f37d27cbad7298f3ac7..5eafaa2fbf0e2222f160d4e29583ae84e31750aa 100644 (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
index ede5d3cc14ead1e025b79a09f4e83256717f3805..374d4e1bad7a7edc748dc4d6dc583ec454a10e15 100644 (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
index ac96d24bdcf74b5e5229b83f62be41e38d7972c1..951db695a5eac5cdf6690dc6320a84de537757df 100644 (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));
index 2b97cdbf62a34af2b446ae7538ec10d7a976da8b..4ce8d406f6932ead97ba0447c2325f6840e9934f 100644 (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
index 18c82a1da4653cd1fd377f223012b525f56bf04a..31932b4eb8c6ba241bdddf35e1a4c28cdb4c6399 100644 (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 ();
 
index 0a6bb3386f90ea192c06421791a2d960a65e5d1c..3c54fa403dae5b75ec5df1498c03dbb2a3ebdea2 100644 (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));
 
index c8617dace0fa5bf96af44baa5d9729e54e7dac5e..4c3d8b602cefcc72005327f8c24ce1b079594793 100644 (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));
index e5d1ccf0ed20873c81d09fac9e02a9be6aafbc0b..8538ba362fe47ede210ce193113730a95bc3630a 100644 (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));
index d95de78206ac1f41651ca7931e621178971fd24b..13472c4ef68f2eaadf14e54267ff9e23970a96d1 100644 (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 ();
 
index 93a2891f2605f3c91990fd9ab8295bb109b61e60..48b63606373a07079cb904da27bf6026e7b9ec61 100644 (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
index bae852d28e9a44a52ac8f7a061acbfe3c1cc00e4..a85ecda36ff2b928b88c500808f8e2c3547d4481 100644 (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.  */
index d1a24464fc9cadb5bfb7eec408addd89a63c6b29..c36828dd8de0e97a81880d8c2e3614514765e935 100644 (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.  */
index ed68233151503073deaff22175e4a3e9170c98e1..a1ac79ccef94d4d33f55f1433b121703e5b1de38 100644 (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));
 
index 8b9b31510399fff457e3f40c70851dc617397dd5..4dc02ee878a21a19576a29a450e147c8cb05f45e 100644 (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
index 820dbf1257fd5fd0a4be85ee93c70350db987220..714469210e0dd794ec8ad0dd778389c7b5a066a1 100644 (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