OSDN Git Service

* call.c: Include defaults.h instead of expr.h.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Aug 1999 00:58:19 +0000 (00:58 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Aug 1999 00:58:19 +0000 (00:58 +0000)
        * decl.c: Likewise.
        * pt.c: Likewise.
        * typeck.c: Include defaults.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28432 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4a57298..759442a 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 1a5f9fe..f9288a4 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 94a010f..b60a5ec 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 d3f1a7e..a847755 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 2b268f8..582572a 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));