From: simonm Date: Thu, 3 Dec 1998 15:14:08 +0000 (+0000) Subject: [project @ 1998-12-03 15:14:08 by simonm] X-Git-Tag: Approx_2487_patches~187 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f48f5a96c6bf80d4664be3a80c2e3d711d6e1228;p=ghc-hetmet.git [project @ 1998-12-03 15:14:08 by simonm] bring in correct version --- diff --git a/ghc/includes/ieee-flpt.h b/ghc/includes/ieee-flpt.h index 2f74896..a1fce3a 100644 --- a/ghc/includes/ieee-flpt.h +++ b/ghc/includes/ieee-flpt.h @@ -14,11 +14,7 @@ #endif /* Minimum int x such that FLT_RADIX**(x-1) is a normalised float */ #ifndef FLT_MIN_EXP -# ifdef __GLASGOW_HASKELL__ -# define FLT_MIN_EXP (negate 125) -# else # define FLT_MIN_EXP (-125) -# endif #endif /* Maximum int x such that FLT_RADIX**(x-1) is a representable float */ #ifndef FLT_MAX_EXP @@ -31,11 +27,7 @@ #endif /* Minimum int x such that FLT_RADIX**(x-1) is a normalised double */ #ifndef DBL_MIN_EXP -# ifdef __GLASGOW_HASKELL__ -# define DBL_MIN_EXP (negate 1021) -# else # define DBL_MIN_EXP (-1021) -# endif #endif /* Maximum int x such that FLT_RADIX**(x-1) is a representable double */ #ifndef DBL_MAX_EXP