6 /* ISO C99 defines some generic macros which work on any data type. */
8 +#if defined(__USE_ISOC99) || defined(__USE_BSD)
10 /* Get the architecture specific values describing the floating-point
11 evaluation. The following symbols will get defined:
14 #endif /* Use ISO C99. */
17 +#define finite(x) __finite(x)
18 +#define finitef(x) __finitef(x)
19 +#define finitel(x) __finitel(x)
22 /* Support for various different standard error handling behaviors. */