aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-08-04 07:34:51 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-08-04 07:34:51 -0400
commit742f7041389dd34d8ec20a9e1573799e3899eea9 (patch)
tree47af3d79157700e704725f14b6ebec05863b3e4b
parent14553b75690c42391b53a9b07374825d0ce5072f (diff)
downloadgcc-742f7041389dd34d8ec20a9e1573799e3899eea9.zip
gcc-742f7041389dd34d8ec20a9e1573799e3899eea9.tar.gz
gcc-742f7041389dd34d8ec20a9e1573799e3899eea9.tar.bz2
Include gvarargs.h after hconfig.h, like elsewhere.
From-SVN: r5067
-rw-r--r--gcc/genattrtab.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index 658871a..244d636 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -1,5 +1,5 @@
/* Generate code from machine description to compute values of attributes.
- Copyright (C) 1991 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu)
This file is part of GNU CC.
@@ -94,8 +94,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
EQ_ATTR rtx is true if !volatil and false if volatil. */
-#include "gvarargs.h"
#include "hconfig.h"
+/* gvarargs must always be included after *config.h. */
+#include "gvarargs.h"
#include "rtl.h"
#include "insn-config.h" /* For REGISTER_CONSTRAINTS */
#include <stdio.h>