Commit c736d8db by Richard Stallman

Take out previous change.

From-SVN: r4306
parent e05a9da8
...@@ -991,13 +991,6 @@ ereal_isneg (x) ...@@ -991,13 +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 */
#ifndef EDOM
#define EDOM 33
#endif
#ifndef ERANGE
#define ERANGE 34
#endif
/* 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