From 742f7041389dd34d8ec20a9e1573799e3899eea9 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 4 Aug 1993 07:34:51 -0400 Subject: Include gvarargs.h after hconfig.h, like elsewhere. From-SVN: r5067 --- gcc/genattrtab.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gcc') 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 -- cgit v1.1