summaryrefslogtreecommitdiff
path: root/gcc/enquire.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-13 01:41:35 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-13 01:41:35 +0000
commit88129bdfac5dae3f225f6e16a0a6c63ffb3c5ec9 (patch)
tree8a7806d379613589ad68763ce793eee9ac22c15e /gcc/enquire.c
parent329da2a18a9aeb8bc636c74bdf0fef6c8d2b3760 (diff)
downloadgcc-88129bdfac5dae3f225f6e16a0a6c63ffb3c5ec9.tar.gz
Define __GCC_FLOAT_NOT_NEEEDED.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11244 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/enquire.c')
-rw-r--r--gcc/enquire.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/enquire.c b/gcc/enquire.c
index 763b1a44c9d..070bb80e594 100644
--- a/gcc/enquire.c
+++ b/gcc/enquire.c
@@ -387,6 +387,11 @@
#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