diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-05-02 23:58:03 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-05-02 23:58:03 +0000 |
commit | b6941bbc817c0d1e09c99a17b0d0a03c65969be6 (patch) | |
tree | 9835641151d1008f7d60168925dfe2e52312d612 /gcc/real.c | |
parent | 2a8658e59e6a6c2c38863bfb2060c3ce03a8cb7a (diff) | |
download | gcc-b6941bbc817c0d1e09c99a17b0d0a03c65969be6.tar.gz |
Take out previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4306 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/real.c b/gcc/real.c index b8d2eb8383c..518aaa8e6b0 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"*/ |