From c736d8dbab9854148c428aeff6750260fa98665b Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 2 May 1993 23:58:03 +0000 Subject: Take out previous change. From-SVN: r4306 --- gcc/real.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc') 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"*/ -- cgit v1.1