mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Remove __NO_MATH_INLINES
With fenvinline.h removal the flag is not used anymore. Checked on x86_64-linux-gnu.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user