summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/coldfire/ldbl-classify-compat.h
blob: c1ec4d4ffa0b0cfa7b9366a47e20ee2defa8af2b (plain)
1
2
3
4
5
6
7
8
#ifndef COLDFIRE_LDBL_CLASSIFY_COMPAT_H
#define COLDFIRE_LDBL_CLASSIFY_COMPAT_H 1

/* Enable __finitel, __isinfl, and __isnanl for binary compatibility
   when built without long double support. */
#define LDBL_CLASSIFY_COMPAT 1

#endif