Do not define EDOM/ERANGE.
authorMichael Meissner <meissner@gcc.gnu.org>
Sun, 2 May 1993 13:02:51 +0000 (13:02 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sun, 2 May 1993 13:02:51 +0000 (13:02 +0000)
From-SVN: r4302

gcc/real.c

index 29cc9f9e8059743ff20dbbf13a6c9d724e85227f..518aaa8e6b000ce92ce914e916009b9639660c27 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"*/