Use #include "fenv.h" instead of #include <fenv.h>. This makes it
more convenient to compile the math library by itself. Requested by: bde
This commit is contained in:
parent
0ddbe81e4f
commit
5d9fefacf2
@ -31,7 +31,7 @@
|
||||
#include <machine/fpu.h>
|
||||
|
||||
#define __fenv_static
|
||||
#include <fenv.h>
|
||||
#include "fenv.h"
|
||||
|
||||
#ifdef __GNUC_GNU_INLINE__
|
||||
#error "This file must be compiled with C99 'inline' semantics"
|
||||
|
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#define __fenv_static
|
||||
#include <fenv.h>
|
||||
#include "fenv.h"
|
||||
|
||||
#ifdef __GNUC_GNU_INLINE__
|
||||
#error "This file must be compiled with C99 'inline' semantics"
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <machine/npx.h>
|
||||
|
||||
#define __fenv_static
|
||||
#include <fenv.h>
|
||||
#include "fenv.h"
|
||||
|
||||
#ifdef __GNUC_GNU_INLINE__
|
||||
#error "This file must be compiled with C99 'inline' semantics"
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
#define __fenv_static
|
||||
#include <fenv.h>
|
||||
#include "fenv.h"
|
||||
|
||||
#ifdef __GNUC_GNU_INLINE__
|
||||
#error "This file must be compiled with C99 'inline' semantics"
|
||||
|
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#define __fenv_static
|
||||
#include <fenv.h>
|
||||
#include "fenv.h"
|
||||
|
||||
#ifdef __GNUC_GNU_INLINE__
|
||||
#error "This file must be compiled with C99 'inline' semantics"
|
||||
|
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#define __fenv_static
|
||||
#include <fenv.h>
|
||||
#include "fenv.h"
|
||||
|
||||
#ifdef __GNUC_GNU_INLINE__
|
||||
#error "This file must be compiled with C99 'inline' semantics"
|
||||
|
@ -27,7 +27,7 @@
|
||||
*/
|
||||
|
||||
#define __fenv_static
|
||||
#include <fenv.h>
|
||||
#include "fenv.h"
|
||||
|
||||
#ifdef __GNUC_GNU_INLINE__
|
||||
#error "This file must be compiled with C99 'inline' semantics"
|
||||
|
Loading…
Reference in New Issue
Block a user