Fix fenv_t initializer (#308)

This commit is contained in:
Li Bohai
2024-11-09 21:40:26 +08:00
committed by GitHub
parent 5992e5a177
commit c4667caea2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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"