From a2c18d49f3496b86b4c17152c4b90a1c9434db31 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 5 Oct 1993 15:48:49 -0400 Subject: [PATCH] Include hconfig.h. From-SVN: r5609 --- gcc/bi-arity.c | 1 + gcc/bi-lexer.c | 1 + gcc/bi-opname.c | 1 + gcc/bi-parser.y | 1 + 4 files changed, 4 insertions(+) diff --git a/gcc/bi-arity.c b/gcc/bi-arity.c index 69ed788d3ad..1bbbfc3bc1e 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 +#include "hconfig.h" #include "bi-defs.h" int diff --git a/gcc/bi-lexer.c b/gcc/bi-lexer.c index d42b712a67e..640a2cec803 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 +#include "hconfig.h" #include "bi-parser.h" extern char *malloc (); diff --git a/gcc/bi-opname.c b/gcc/bi-opname.c index 52ca500548e..9eda2be602a 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 +#include "hconfig.h" #include "bi-defs.h" int diff --git a/gcc/bi-parser.y b/gcc/bi-parser.y index df490622494..9f3853b5c60 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 +#include "hconfig.h" #include "bi-defs.h" extern char yytext[]; -- 2.30.2