diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-13 04:40:12 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-13 04:40:12 +0000 |
commit | 550effbd5886ce32b44165fa79cefd331835271e (patch) | |
tree | 8cc1b8695a0b59bb6c71e865de97dc69e09b5871 | |
parent | 79eb30d906ed98320824912edff60d7c331ce426 (diff) | |
download | gcc-550effbd5886ce32b44165fa79cefd331835271e.tar.gz |
Include hconfig.h, not config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2420 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/genflags.c | 2 | ||||
-rw-r--r-- | gcc/genoutput.c | 2 | ||||
-rw-r--r-- | gcc/genpeep.c | 2 | ||||
-rw-r--r-- | gcc/genrecog.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/genflags.c b/gcc/genflags.c index f04ea8bb564..5642e5fde36 100644 --- a/gcc/genflags.c +++ b/gcc/genflags.c @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" diff --git a/gcc/genoutput.c b/gcc/genoutput.c index bdf86d52279..336cd85c76e 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -90,7 +90,7 @@ It would not make an case in output_insn_hairy because the template given in the entry is a constant (it does not start with `*'). */ #include <stdio.h> -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 39e8776ff37..1e11a682759 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" diff --git a/gcc/genrecog.c b/gcc/genrecog.c index b9583fe80c2..d8b64a31a82 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -46,7 +46,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ it returns the split rtl in a SEQUENCE. */ #include <stdio.h> -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" |