From 9853dfe03ee9c48aa592688d1f5408b3f749bcf3 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sun, 2 May 1993 13:02:51 +0000 Subject: [PATCH] Do not define EDOM/ERANGE. From-SVN: r4302 --- gcc/real.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/real.c b/gcc/real.c index 29cc9f9e805..518aaa8e6b0 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"*/ -- 2.30.2