diff options
Diffstat (limited to 'src/fenv/FE_DIVBYZERO.c')
-rw-r--r-- | src/fenv/FE_DIVBYZERO.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/fenv/FE_DIVBYZERO.c b/src/fenv/FE_DIVBYZERO.c new file mode 100644 index 00000000..80542670 --- /dev/null +++ b/src/fenv/FE_DIVBYZERO.c @@ -0,0 +1,14 @@ +#include <fenv.h> + +#if 0 +#define FE_DIVBYZERO (1<<0) +#else +#undef FE_DIVBYZERO +#endif + +/* Defined iff this exception is supported */ + +/* +STDC(199901) +LINK(m) +*/ |