Commit 091f9839 by Richard Henderson Committed by Richard Henderson

call.c: Include defaults.h instead of expr.h.

        * call.c: Include defaults.h instead of expr.h.
        * decl.c: Likewise.
        * pt.c: Likewise.
        * typeck.c: Include defaults.h.

From-SVN: r28432
parent 0ae70c6a
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.
......
......@@ -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
......
......@@ -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
......
......@@ -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. */
......
......@@ -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));
......
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