From c10dde0d2a6373f6e7688e93a5c9db58162ddb1f Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 20 Mar 2020 10:05:20 -0300 Subject: Remove __NO_MATH_INLINES With fenvinline.h removal the flag is not used anymore. Checked on x86_64-linux-gnu. --- math/math.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'math/math.h') diff --git a/math/math.h b/math/math.h index 5c3dcb9194..777d108347 100644 --- a/math/math.h +++ b/math/math.h @@ -1257,13 +1257,6 @@ iszero (__T __val) # error "M_* values needed for _Float128x" #endif -/* When compiling in strict ISO C compatible mode we must not use the - inline functions since they, among other things, do not set the - `errno' variable correctly. */ -#if defined __STRICT_ANSI__ && !defined __NO_MATH_INLINES -# define __NO_MATH_INLINES 1 -#endif - #ifdef __USE_ISOC99 # if __GNUC_PREREQ (3, 1) /* ISO C99 defines some macros to compare number while taking care for -- cgit v1.2.3