OSDN Git Service

* c-lex.c: Include tree.h before expr.h
authorgrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 Dec 2001 04:13:35 +0000 (04:13 +0000)
committergrahams <grahams@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 31 Dec 2001 04:13:35 +0000 (04:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48411 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-lex.c

index 9468fea..f33e9c0 100644 (file)
@@ -1,6 +1,10 @@
 2001-12-31  Graham Stott  <grahams@redhat.com>
 
-       * c-typeck.c:  Include rtl.h earlier.
+       * c-lex.c: Include tree.h before expr.h
+
+2001-12-31  Graham Stott  <grahams@redhat.com>
+
+       * c-typeck.c: Include rtl.h earlier.
 
 2001-12-31  Graham Stott  <grahams@redhat.com>
 
index 7d532b2..fe08f41 100644 (file)
@@ -23,8 +23,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "system.h"
 
 #include "rtl.h"
-#include "expr.h"
 #include "tree.h"
+#include "expr.h"
 #include "input.h"
 #include "output.h"
 #include "c-lex.h"