call.c: Include defaults.h instead of expr.h.
authorRichard Henderson <rth@cygnus.com>
Tue, 3 Aug 1999 00:58:19 +0000 (17:58 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 3 Aug 1999 00:58:19 +0000 (17:58 -0700)
        * call.c: Include defaults.h instead of expr.h.
        * decl.c: Likewise.
        * pt.c: Likewise.
        * typeck.c: Include defaults.h.

From-SVN: r28432

gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/decl.c
gcc/cp/pt.c
gcc/cp/typeck.c

index 4a572980d9adeb748bcfe17dcd1063e56ea66d10..759442ac711b3fc51edd0939c8203c63b016ee6a 100644 (file)
@@ -1,3 +1,10 @@
+1999-08-02  Richard Henderson  <rth@cygnus.com>
+
+       * call.c: Include defaults.h instead of expr.h.
+       * decl.c: Likewise.
+       * pt.c: Likewise.
+       * typeck.c: Include defaults.h.
+
 1999-08-02  Mark Mitchell  <mark@codesourcery.com>
 
        * lex.c (errorcount, sorrycount): Don't declare.
index 1a5f9fe550de8332d6f1c91f67947ecb4f6d0643..f9288a43541f17ae2029921219a062473f217d42 100644 (file)
@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA.  */
 #include "flags.h"
 #include "rtl.h"
 #include "toplev.h"
-#include "expr.h"
+#include "defaults.h"
 
 #include "obstack.h"
 #define obstack_chunk_alloc xmalloc
index 94a010f16d3e9801d6a1a280f9d7ba4a9258d478..b60a5eca46457e5b00ede7a7e434a1b95745f77f 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #include "except.h"
 #include "toplev.h"
 #include "../hash.h"
-#include "expr.h"
+#include "defaults.h"
 
 #define obstack_chunk_alloc xmalloc
 #define obstack_chunk_free free
index d3f1a7e6f78c5d41b558166146253a520287414f..a8477552b7864fba2634fdf2c209366810a17940 100644 (file)
@@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA.  */
 #include "toplev.h"
 #include "rtl.h"
 #include "varray.h"
-#include "expr.h"
+#include "defaults.h"
 
 /* The type of functions taking a tree, and some additional data, and
    returning an int.  */
index 2b268f85b9d64e9e4c2fa8136823ed0f91bb00a0..582572aade93b1aa6e16eb6f23e6d073e5ec34ce 100644 (file)
@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA.  */
 #include "output.h"
 #include "expr.h"
 #include "toplev.h"
+#include "defaults.h"
 
 static tree convert_for_assignment PROTO((tree, tree, const char *, tree,
                                          int));