projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
742b62e
)
* c-lex.c: Include tree.h before expr.h
author
Graham Stott
<grahams@redhat.com>
Mon, 31 Dec 2001 04:13:35 +0000
(
04:13
+0000)
committer
Graham Stott
<grahams@gcc.gnu.org>
Mon, 31 Dec 2001 04:13:35 +0000
(
04:13
+0000)
From-SVN: r48411
gcc/ChangeLog
patch
|
blob
|
history
gcc/c-lex.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 9468fea9741ed22a613c0d4745040d125f7b8c09..f33e9c01a418bd8a54277d1c445f717e7dccb575 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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>
diff --git
a/gcc/c-lex.c
b/gcc/c-lex.c
index 7d532b25237e3fe77e0e47999d3d256bb318b218..fe08f417b9e2116336c5b2f920fee7ec4fc3ab24 100644
(file)
--- a/
gcc/c-lex.c
+++ b/
gcc/c-lex.c
@@
-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"