summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/cbits/float.c
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-08-01 19:35:13 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-08-01 19:35:13 +0000
commit82b3b2a607dd7fc910687d7aaf85af7c027d239d (patch)
treeec651b39c34082ebbe26c4a84e3d5d5bd31f35fb /libraries/integer-gmp/cbits/float.c
parent47b0050c8d9b0ff0a5effa3487c89211738a5128 (diff)
downloadhaskell-82b3b2a607dd7fc910687d7aaf85af7c027d239d.tar.gz
Update to follow RTS tidyp changes
Diffstat (limited to 'libraries/integer-gmp/cbits/float.c')
-rw-r--r--libraries/integer-gmp/cbits/float.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/integer-gmp/cbits/float.c b/libraries/integer-gmp/cbits/float.c
index ec82346455..6dc6f9be92 100644
--- a/libraries/integer-gmp/cbits/float.c
+++ b/libraries/integer-gmp/cbits/float.c
@@ -14,6 +14,8 @@
#include <math.h>
+#define IEEE_FLOATING_POINT 1
+
/*
* Encoding and decoding Doubles. Code based on the HBC code
* (lib/fltcode.c).