OSDN Git Service

Include gvarargs.h after hconfig.h, like elsewhere.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 1993 11:34:51 +0000 (11:34 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 1993 11:34:51 +0000 (11:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5067 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/genattrtab.c

index 658871a..244d636 100644 (file)
@@ -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>