Move LDBL_CLASSIFY_COMPAT to its own header.
[glibc.git] / sysdeps / nios2 / ldbl-classify-compat.h
bloba9614de9df34c4a840d3541bc7c50ca7013f2456
1 #ifndef NIOS2_LDBL_CLASSIFY_COMPAT_H
2 #define NIOS2_LDBL_CLASSIFY_COMPAT_H 1
4 /* Enable __finitel, __isinfl, and __isnanl for binary compatibility
5 when built without long double support. */
6 #define LDBL_CLASSIFY_COMPAT 1
8 #endif