(EDOM, ERANGE): Define only if not defined. (Less risky.)
From-SVN: r4303
This commit is contained in:
parent
9853dfe03e
commit
5b23f690b7
@ -991,6 +991,13 @@ ereal_isneg (x)
|
||||
#define TLOSS 5 /* total 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 */
|
||||
|
||||
/*include "ehead.h"*/
|
||||
|
Loading…
Reference in New Issue
Block a user