aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-02 23:58:03 +0000
committerRichard Stallman <rms@gnu.org>1993-05-02 23:58:03 +0000
commitc736d8dbab9854148c428aeff6750260fa98665b (patch)
tree9835641151d1008f7d60168925dfe2e52312d612
parente05a9da8f93fd0298d26a88ab163848c872fd049 (diff)
downloadgcc-c736d8dbab9854148c428aeff6750260fa98665b.zip
gcc-c736d8dbab9854148c428aeff6750260fa98665b.tar.gz
gcc-c736d8dbab9854148c428aeff6750260fa98665b.tar.bz2
Take out previous change.
From-SVN: r4306
-rw-r--r--gcc/real.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/real.c b/gcc/real.c
index b8d2eb8..518aaa8 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -991,13 +991,6 @@ 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"*/