From f48f5a96c6bf80d4664be3a80c2e3d711d6e1228 Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 3 Dec 1998 15:14:08 +0000 Subject: [PATCH] [project @ 1998-12-03 15:14:08 by simonm] bring in correct version --- ghc/includes/ieee-flpt.h | 8 -------- 1 file changed, 8 deletions(-) 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 -- 1.7.10.4