]> gcc.gnu.org Git - gcc.git/commitdiff
Define __GCC_FLOAT_NOT_NEEEDED.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 13 Feb 1996 01:41:35 +0000 (20:41 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 13 Feb 1996 01:41:35 +0000 (20:41 -0500)
From-SVN: r11244

gcc/enquire.c

index 763b1a44c9d300c2e4d3da89d2b35f08519572a4..070bb80e5944ea1199817ef96151faa4b2d28114 100644 (file)
 #endif /* STDC */
 
 /* include files */
+/* Stdio.h might include limits.h, and limits.h might include float.h, and
+   float.h is probably the float.h put together by the gcc makefile to
+   cause errors.  We use our special define to assure float.h that we don't
+   really need it.  */
+#define __GCC_FLOAT_NOT_NEEDED   
 #include <stdio.h>
 
 #ifdef STDC
This page took 0.059736 seconds and 5 git commands to generate.