diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-05 15:48:49 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-05 15:48:49 -0400 |
commit | a2c18d49f3496b86b4c17152c4b90a1c9434db31 (patch) | |
tree | 448f301e64123889ff19164398a17bb3d35eb98f | |
parent | db182590070bfa9157b03a4e7076aff270d3cda4 (diff) | |
download | gcc-a2c18d49f3496b86b4c17152c4b90a1c9434db31.zip gcc-a2c18d49f3496b86b4c17152c4b90a1c9434db31.tar.gz gcc-a2c18d49f3496b86b4c17152c4b90a1c9434db31.tar.bz2 |
Include hconfig.h.
From-SVN: r5609
-rw-r--r-- | gcc/bi-arity.c | 1 | ||||
-rw-r--r-- | gcc/bi-lexer.c | 1 | ||||
-rw-r--r-- | gcc/bi-opname.c | 1 | ||||
-rw-r--r-- | gcc/bi-parser.y | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/gcc/bi-arity.c b/gcc/bi-arity.c index 69ed788..1bbbfc3 100644 --- a/gcc/bi-arity.c +++ b/gcc/bi-arity.c @@ -19,6 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> +#include "hconfig.h" #include "bi-defs.h" int diff --git a/gcc/bi-lexer.c b/gcc/bi-lexer.c index d42b712..640a2ce 100644 --- a/gcc/bi-lexer.c +++ b/gcc/bi-lexer.c @@ -18,6 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> +#include "hconfig.h" #include "bi-parser.h" extern char *malloc (); diff --git a/gcc/bi-opname.c b/gcc/bi-opname.c index 52ca500..9eda2be 100644 --- a/gcc/bi-opname.c +++ b/gcc/bi-opname.c @@ -18,6 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> +#include "hconfig.h" #include "bi-defs.h" int diff --git a/gcc/bi-parser.y b/gcc/bi-parser.y index df49062..9f3853b 100644 --- a/gcc/bi-parser.y +++ b/gcc/bi-parser.y @@ -21,6 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{ #include <stdio.h> +#include "hconfig.h" #include "bi-defs.h" extern char yytext[]; |