[Nickle] nickle: Branch 'master'
Bart Massey
bart at keithp.com
Sat Sep 6 22:44:26 PDT 2008
value.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c5dfef94042eedfd69d8bc110c7e2000f348efb1
Author: Bart Massey <bart at cs.pdx.edu>
Date: Sat Sep 6 22:44:17 2008 -0700
reverted inadvertent change to DEFAULT_FLOAT_PREC
diff --git a/value.h b/value.h
index cfdc64e..98c5845 100644
--- a/value.h
+++ b/value.h
@@ -972,7 +972,7 @@ Value NewForeign (const char *id, void *data, void (*mark)(void *data), void (*f
unsigned FpartLength (Fpart *a);
-#define DEFAULT_FLOAT_PREC 4096
+#define DEFAULT_FLOAT_PREC 256
#define REF_CACHE_SIZE 1031
extern DataCachePtr refCache;
More information about the Nickle
mailing list