mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
Remove unneeded tests for <sys/cdefs.h>.
This test is also present in FreeBSD's <machine/ieeefp.h>. For FreeBSD it makes sense, but for a portable math library, we cannot assume that the system has a header file like <sys/cdefs.h> and that it uses a common header guard.
This commit is contained in:
parent
b44ec547f1
commit
7df63d456e
1 changed files with 0 additions and 4 deletions
|
@ -38,10 +38,6 @@
|
||||||
#ifndef _MACHINE_IEEEFP_H_
|
#ifndef _MACHINE_IEEEFP_H_
|
||||||
#define _MACHINE_IEEEFP_H_
|
#define _MACHINE_IEEEFP_H_
|
||||||
|
|
||||||
#if !defined(_SYS_CDEFS_H) && !defined(_SYS_CDEFS_H_) && !defined(_CDEFS_H_)
|
|
||||||
#error this file needs sys/cdefs.h as a prerequisite
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FP rounding modes
|
* FP rounding modes
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue