Commit eb04ab5a by Klaus Kaempf Committed by Jeff Law

* alpha.c: Include tree.h before expr.h.

From-SVN: r20978
parent 9fa1246d
Tue Jul 7 00:30:08 1998 Klaus Kaempf <kkaempf@rmi.de>
* alpha.c: Include tree.h before expr.h.
Mon Jul 6 22:50:48 1998 Jason Merrill <jason@yorick.cygnus.com> Mon Jul 6 22:50:48 1998 Jason Merrill <jason@yorick.cygnus.com>
* c-parse.in (struct_head, union_head, enum_head): New nonterminals. * c-parse.in (struct_head, union_head, enum_head): New nonterminals.
......
...@@ -34,9 +34,9 @@ Boston, MA 02111-1307, USA. */ ...@@ -34,9 +34,9 @@ Boston, MA 02111-1307, USA. */
#include "flags.h" #include "flags.h"
#include "recog.h" #include "recog.h"
#include "reload.h" #include "reload.h"
#include "tree.h"
#include "expr.h" #include "expr.h"
#include "obstack.h" #include "obstack.h"
#include "tree.h"
#include "except.h" #include "except.h"
#include "function.h" #include "function.h"
#include "toplev.h" #include "toplev.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