OSDN Git Service

Define __GCC_FLOAT_NOT_NEEEDED.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Feb 1996 01:41:35 +0000 (01:41 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Feb 1996 01:41:35 +0000 (01:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11244 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/enquire.c

index 763b1a4..070bb80 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