Commit 94e6a165 by Richard Kenner

Define __GCC_FLOAT_NOT_NEEEDED.

From-SVN: r11244
parent 54577c52
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment