From 94e6a1650319b30f9286acb3d02d9e50ae7edf6e Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 12 Feb 1996 20:41:35 -0500 Subject: [PATCH] Define __GCC_FLOAT_NOT_NEEEDED. From-SVN: r11244 --- gcc/enquire.c | 5 +++++ 1 file changed, 5 insertions(+) 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 #ifdef STDC -- 2.30.2