aboutsummaryrefslogtreecommitdiff
path: root/charf.c
diff options
context:
space:
mode:
Diffstat (limited to 'charf.c')
-rw-r--r--charf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/charf.c b/charf.c
index d2a42c8..0028dc5 100644
--- a/charf.c
+++ b/charf.c
@@ -34,8 +34,8 @@ Floating point without error bounds are the default.
#define EXPTYPE unsigned int
#else
#include "double.h"
-#define VALUETYPE double
-#define EXPTYPE double
+#define VALUETYPE long double
+#define EXPTYPE long double
#endif
#define STRING_SIZE 65536