aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-10-13 04:40:12 +0000
committerRichard Stallman <rms@gnu.org>1992-10-13 04:40:12 +0000
commit20f92396c3d046c286440a3b75a4b7526fadf050 (patch)
tree8cc1b8695a0b59bb6c71e865de97dc69e09b5871
parent0d64891c95c74a4a976a074a9ca8c78c9908d731 (diff)
downloadgcc-20f92396c3d046c286440a3b75a4b7526fadf050.zip
gcc-20f92396c3d046c286440a3b75a4b7526fadf050.tar.gz
gcc-20f92396c3d046c286440a3b75a4b7526fadf050.tar.bz2
Include hconfig.h, not config.h.
From-SVN: r2420
-rw-r--r--gcc/genflags.c2
-rw-r--r--gcc/genoutput.c2
-rw-r--r--gcc/genpeep.c2
-rw-r--r--gcc/genrecog.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/gcc/genflags.c b/gcc/genflags.c
index f04ea8b..5642e5f 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 bdf86d5..336cd85 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 39e8776..1e11a68 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 b9583fe..d8b64a3 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"