ldbl-classify-compat.h 237 B

12345678
  1. #ifndef COLDFIRE_LDBL_CLASSIFY_COMPAT_H
  2. #define COLDFIRE_LDBL_CLASSIFY_COMPAT_H 1
  3. /* Enable __finitel, __isinfl, and __isnanl for binary compatibility
  4. when built without long double support. */
  5. #define LDBL_CLASSIFY_COMPAT 1
  6. #endif