Fix fenv_t initializer (#308)
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user