Commit 742b62e7 by Graham Stott Committed by Graham Stott

* c-typeck.c: Include rtl.h earlier.

From-SVN: r48410
parent 713cc17b
2001-12-31 Graham Stott <grahams@redhat.com>
* c-typeck.c: Include rtl.h earlier.
2001-12-31 Graham Stott <grahams@redhat.com>
* tree.h (STRIP_NOPS): Remove extraneous semicolon.
(STRIP_SIGN_NOPS): Likewise.
(STRIP_TYPE_NOPS): Likewise.
......
......@@ -31,12 +31,12 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "config.h"
#include "system.h"
#include "rtl.h"
#include "tree.h"
#include "c-tree.h"
#include "tm_p.h"
#include "flags.h"
#include "output.h"
#include "rtl.h"
#include "expr.h"
#include "toplev.h"
#include "intl.h"
......
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