diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-02 23:58:03 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-02 23:58:03 +0000 |
commit | c736d8dbab9854148c428aeff6750260fa98665b (patch) | |
tree | 9835641151d1008f7d60168925dfe2e52312d612 | |
parent | e05a9da8f93fd0298d26a88ab163848c872fd049 (diff) | |
download | gcc-c736d8dbab9854148c428aeff6750260fa98665b.zip gcc-c736d8dbab9854148c428aeff6750260fa98665b.tar.gz gcc-c736d8dbab9854148c428aeff6750260fa98665b.tar.bz2 |
Take out previous change.
From-SVN: r4306
-rw-r--r-- | gcc/real.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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"*/ |