Automerge.
This commit is contained in:
commit
315748a41d
@ -324,6 +324,9 @@ C_MODE_END
|
|||||||
#ifdef HAVE_FLOAT_H
|
#ifdef HAVE_FLOAT_H
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_FENV_H
|
||||||
|
#include <fenv.h> /* For fesetround() */
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -187,9 +187,6 @@ int initgroups(const char *,unsigned int);
|
|||||||
typedef fp_except fp_except_t;
|
typedef fp_except fp_except_t;
|
||||||
#endif
|
#endif
|
||||||
#endif /* __FreeBSD__ && HAVE_IEEEFP_H */
|
#endif /* __FreeBSD__ && HAVE_IEEEFP_H */
|
||||||
#ifdef HAVE_FENV_H
|
|
||||||
#include <fenv.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_SYS_FPU_H
|
#ifdef HAVE_SYS_FPU_H
|
||||||
/* for IRIX to use set_fpc_csr() */
|
/* for IRIX to use set_fpc_csr() */
|
||||||
#include <sys/fpu.h>
|
#include <sys/fpu.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user