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

#if 0
#define FE_OVERFLOW                                                       (1<<3)
#else
#undef FE_OVERFLOW
#endif

/* Defined iff this exception is supported */

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