From 79eb30d906ed98320824912edff60d7c331ce426 Mon Sep 17 00:00:00 2001 From: rms Date: Tue, 13 Oct 1992 04:24:45 +0000 Subject: [PATCH] Include hconfig.h, not config.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2419 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/genattr.c | 2 +- gcc/genattrtab.c | 2 +- gcc/gencodes.c | 2 +- gcc/genconfig.c | 2 +- gcc/genemit.c | 2 +- gcc/genextract.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/genattr.c b/gcc/genattr.c index a03d957836f..8341cf0b89f 100644 --- a/gcc/genattr.c +++ b/gcc/genattr.c @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index d8a6dc43490..47908266fea 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -95,7 +95,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "gvarargs.h" -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" #include "insn-config.h" /* For REGISTER_CONSTRAINTS */ diff --git a/gcc/gencodes.c b/gcc/gencodes.c index 5d84c021ef8..255e2aa97a2 100644 --- a/gcc/gencodes.c +++ b/gcc/gencodes.c @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" diff --git a/gcc/genconfig.c b/gcc/genconfig.c index be06d832a35..da230f11b28 100644 --- a/gcc/genconfig.c +++ b/gcc/genconfig.c @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" diff --git a/gcc/genemit.c b/gcc/genemit.c index 7e2d401e973..4bdd2d5431c 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" diff --git a/gcc/genextract.c b/gcc/genextract.c index efcb270a584..09f783f8dbb 100644 --- a/gcc/genextract.c +++ b/gcc/genextract.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" #include "insn-config.h" -- 2.11.0