From: Michael Meissner Date: Sun, 2 May 1993 13:02:51 +0000 (+0000) Subject: Do not define EDOM/ERANGE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9853dfe03ee9c48aa592688d1f5408b3f749bcf3;p=gcc.git Do not define EDOM/ERANGE. From-SVN: r4302 --- 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"*/