Commit 31f0534c by Richard Stallman

(obstack.h): Include after sys/time.h.

From-SVN: r2804
parent 4a052c5e
......@@ -97,7 +97,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "gvarargs.h"
#include "hconfig.h"
#include "rtl.h"
#include "obstack.h"
#include "insn-config.h" /* For REGISTER_CONSTRAINTS */
#include <stdio.h>
......@@ -108,6 +107,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#endif
/* We must include obstack.h after <sys/time.h>, to avoid lossage with
/usr/include/sys/stdtypes.h on Sun OS 4.x. */
#include "obstack.h"
static struct obstack obstack, obstack1, obstack2;
struct obstack *rtl_obstack = &obstack;
struct obstack *hash_obstack = &obstack1;
......
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