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:
David Schultz 2011-10-16 05:37:56 +00:00
parent 0ddbe81e4f
commit 5d9fefacf2
7 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"