Fix fenv_t initializer (#308)
This commit is contained in:
parent
5992e5a177
commit
c4667caea2
@ -1,5 +1,5 @@
|
||||
#define __fenv_static
|
||||
#include <fenv.h>
|
||||
#include <openlibm_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 <openlibm_fenv.h>
|
||||
|
||||
#ifdef __GNUC_GNU_INLINE__
|
||||
#error "This file must be compiled with C99 'inline' semantics"
|
||||
|
Loading…
x
Reference in New Issue
Block a user