]> gcc.gnu.org Git - gcc.git/commitdiff
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 69ed788d3ad3de6691b386a8fbdd5dc1f2b64db9..1bbbfc3bc1e9135ca5d80f6814bbfdc99112fbb6 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 d42b712a67e5a37135b74b8d7cdaa6a66105ed79..640a2cec803187998cfd017dfea89f6eaa54675c 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 52ca500548e192af5aa6d0f5699b64770fc206e5..9eda2be602a8666e8b4aae76cfee48269ba92815 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 df49062249496eab579b570a0993ac76fe0f0919..9f3853b5c602c08e51f71b492af8d4ef8e219495 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[];
This page took 0.05746 seconds and 5 git commands to generate.