mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 14:11:05 +08:00
Define __GCC_FLOAT_NOT_NEEEDED.
From-SVN: r11244
This commit is contained in:
parent
54577c5239
commit
94e6a16503
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user