From: panne Date: Wed, 31 May 2000 12:02:48 +0000 (+0000) Subject: [project @ 2000-05-31 12:02:48 by panne] X-Git-Tag: Approximately_9120_patches~4344 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=37782afc3867ca4f4296763b0c81e0a9b6c5e1ca;p=ghc-hetmet.git [project @ 2000-05-31 12:02:48 by panne] floatExtreme.h's definitions reside in PrimOps.h --- diff --git a/ghc/lib/std/cbits/floatExtreme.h b/ghc/lib/std/cbits/floatExtreme.h deleted file mode 100644 index e073985..0000000 --- a/ghc/lib/std/cbits/floatExtreme.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef FLOATEXTREME_H -#define FLOATEXTREME_H - -StgInt isDoubleNaN PROTO((StgDouble)); -StgInt isDoubleInfinite PROTO((StgDouble)); -StgInt isDoubleDenormalized PROTO((StgDouble)); -StgInt isDoubleNegativeZero PROTO((StgDouble)); -StgInt isFloatNaN PROTO((StgFloat)); -StgInt isFloatInfinite PROTO((StgFloat)); -StgInt isFloatDenormalized PROTO((StgFloat)); -StgInt isFloatNegativeZero PROTO((StgFloat)); - -#endif /* FLOATEXTREME_H */