OSDN Git Service

Do not define EDOM/ERANGE.
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 May 1993 13:02:51 +0000 (13:02 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 May 1993 13:02:51 +0000 (13:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4302 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/real.c

index 29cc9f9..518aaa8 100644 (file)
@@ -991,9 +991,6 @@ ereal_isneg (x)
 #define TLOSS          5       /* total 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 */
 
 /*include "ehead.h"*/