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/genoutput.c | |
parent | 0d64891c95c74a4a976a074a9ca8c78c9908d731 (diff) | |
download | gcc-20f92396c3d046c286440a3b75a4b7526fadf050.tar.gz |
Include hconfig.h, not config.h.
From-SVN: r2420
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |