diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-13 04:24:45 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-13 04:24:45 +0000 |
commit | 0d64891c95c74a4a976a074a9ca8c78c9908d731 (patch) | |
tree | b74150a06135dceceac6d692a195fad0e71a95c7 /gcc | |
parent | ae54cf6ddc97e6b746d9725b1ee3c18c4df82b2d (diff) | |
download | gcc-0d64891c95c74a4a976a074a9ca8c78c9908d731.zip gcc-0d64891c95c74a4a976a074a9ca8c78c9908d731.tar.gz gcc-0d64891c95c74a4a976a074a9ca8c78c9908d731.tar.bz2 |
Include hconfig.h, not config.h.
From-SVN: r2419
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/genattr.c | 2 | ||||
-rw-r--r-- | gcc/genattrtab.c | 2 | ||||
-rw-r--r-- | gcc/gencodes.c | 2 | ||||
-rw-r--r-- | gcc/genconfig.c | 2 | ||||
-rw-r--r-- | gcc/genemit.c | 2 | ||||
-rw-r--r-- | gcc/genextract.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/gcc/genattr.c b/gcc/genattr.c index a03d957..8341cf0 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 <stdio.h> -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index d8a6dc4..4790826 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 5d84c02..255e2aa 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 <stdio.h> -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" diff --git a/gcc/genconfig.c b/gcc/genconfig.c index be06d83..da230f1 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 <stdio.h> -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" diff --git a/gcc/genemit.c b/gcc/genemit.c index 7e2d401..4bdd2d5 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 <stdio.h> -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" diff --git a/gcc/genextract.c b/gcc/genextract.c index efcb270..09f783f 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 <stdio.h> -#include "config.h" +#include "hconfig.h" #include "rtl.h" #include "obstack.h" #include "insn-config.h" |