Include hconfig.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Oct 1993 19:48:49 +0000 (15:48 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 5 Oct 1993 19:48:49 +0000 (15:48 -0400)
From-SVN: r5609

gcc/bi-arity.c
gcc/bi-lexer.c
gcc/bi-opname.c
gcc/bi-parser.y

index 69ed788..1bbbfc3 100644 (file)
@@ -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
index d42b712..640a2ce 100644 (file)
@@ -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 ();
index 52ca500..9eda2be 100644 (file)
@@ -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
index df49062..9f3853b 100644 (file)
@@ -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[];