[project @ 1998-02-02 17:27:26 by simonm]
[ghc-hetmet.git] / ghc / lib / cbits / floatExtreme.h
diff --git a/ghc/lib/cbits/floatExtreme.h b/ghc/lib/cbits/floatExtreme.h
deleted file mode 100644 (file)
index e073985..0000000
+++ /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 */