aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1993-05-02 13:02:51 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1993-05-02 13:02:51 +0000
commit9853dfe03ee9c48aa592688d1f5408b3f749bcf3 (patch)
treeeebf22df366a2fc8dfec72126ca2cdd1e2353e1e /gcc
parent2e794ee866f33007c5759bbb3b8d1f970b35adaa (diff)
downloadgcc-9853dfe03ee9c48aa592688d1f5408b3f749bcf3.zip
gcc-9853dfe03ee9c48aa592688d1f5408b3f749bcf3.tar.gz
gcc-9853dfe03ee9c48aa592688d1f5408b3f749bcf3.tar.bz2
Do not define EDOM/ERANGE.
From-SVN: r4302
Diffstat (limited to 'gcc')
-rw-r--r--gcc/real.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/real.c b/gcc/real.c
index 29cc9f9..518aaa8 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -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"*/