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

#if 0
#define FE_UNDERFLOW                                                      (1<<4)
#else
#undef FE_UNDERFLOW
#endif

/* Defined iff this exception is supported */

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