In impl/math_fenv.h, define FE_OVERFLOW to allow processing of NaN/inf as error conditions in platforms without fenv.h

This commit is contained in:
Juan Jose Garcia Ripoll 2010-12-10 20:48:35 +01:00
parent 3fb01acf5d
commit f7328fb74a

View file

@ -57,7 +57,7 @@
# define FE_INVALID 1
# define FE_DIVBYZERO 2
# define FE_INEXACT 0
# define FE_OVERFLOW 0
# define FE_OVERFLOW 3
# define FE_UNDERFLOW 0
# define ECL_WITHOUT_FPE_BEGIN
# define ECL_WITHOUT_FPE_END