From: sof Date: Sun, 18 May 1997 04:26:47 +0000 (+0000) Subject: [project @ 1997-05-18 04:26:47 by sof] X-Git-Tag: Approximately_1000_patches_recorded~664 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8f7b3916a7c8ccc476277c6f91f394d551f9cece;p=ghc-hetmet.git [project @ 1997-05-18 04:26:47 by sof] Removed BIGENDIAN def --- diff --git a/ghc/lib/cbits/floatExtreme.lc b/ghc/lib/cbits/floatExtreme.lc index d77ab73..894ff7a 100644 --- a/ghc/lib/cbits/floatExtreme.lc +++ b/ghc/lib/cbits/floatExtreme.lc @@ -8,10 +8,6 @@ source. \begin{code} -#if (defined (sun) && !defined(i386)) || defined(hp300) || defined(_IBMR2) || defined(sgi) || defined(hppa) -#define BIGENDIAN -#endif - #include "rtsdefs.h" #include "ieee-flpt.h" #include "floatExtreme.h"