summaryrefslogtreecommitdiff
path: root/src/fenv/FE_INVALID.c
blob: 975ef8c6081bd87f19b6ea716579c02a58db7763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <fenv.h>

#if 0
#define FE_INVALID                                                        (1<<2)
#else
#undef FE_INVALID
#endif

/* Defined iff this exception is supported */

/*
STDC(199901)
LINK(m)
*/