Commit 9853dfe0 by Michael Meissner

Do not define EDOM/ERANGE.

From-SVN: r4302
parent 2e794ee8
...@@ -991,9 +991,6 @@ ereal_isneg (x) ...@@ -991,9 +991,6 @@ ereal_isneg (x)
#define TLOSS 5 /* total loss of precision */ #define TLOSS 5 /* total loss of precision */
#define PLOSS 6 /* partial loss of precision */ #define PLOSS 6 /* partial loss of precision */
#define EDOM 33
#define ERANGE 34
/* e type constants used by high precision check routines */ /* e type constants used by high precision check routines */
/*include "ehead.h"*/ /*include "ehead.h"*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment