diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-13 04:40:12 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-13 04:40:12 +0000 |
commit | 20f92396c3d046c286440a3b75a4b7526fadf050 (patch) | |
tree | 8cc1b8695a0b59bb6c71e865de97dc69e09b5871 /gcc/genrecog.c | |
parent | 0d64891c95c74a4a976a074a9ca8c78c9908d731 (diff) | |
download | gcc-20f92396c3d046c286440a3b75a4b7526fadf050.tar.gz |
Include hconfig.h, not config.h.
From-SVN: r2420
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |