summaryrefslogtreecommitdiff
path: root/ghc/lib/cbits/floatExtreme.h
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/lib/cbits/floatExtreme.h')
-rw-r--r--ghc/lib/cbits/floatExtreme.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ghc/lib/cbits/floatExtreme.h b/ghc/lib/cbits/floatExtreme.h
deleted file mode 100644
index e073985706..0000000000
--- a/ghc/lib/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 */