diff options
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index f0f27436cee..b5821d133b3 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -95,11 +95,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "hconfig.h" -/* gvarargs must always be included after *config.h. */ +/* varargs must always be included after *config.h. */ #ifdef __STDC__ -#include "gstdarg.h" +#include <stdarg.h> #else -#include "gvarargs.h" +#include <varargs.h> #endif #include "rtl.h" #include "insn-config.h" /* For REGISTER_CONSTRAINTS */ |