aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby18/files/patch-util.c
blob: e236a9cd4154bb1260085a44f2202f30acca9366 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- util.c.orig Sun Mar  4 17:20:24 2007
+++ util.c  Tue May 22 22:25:13 2007
@@ -683,8 +683,8 @@
  *
  */
 
-#define MDMINEXPT DBL_MIN_EXP
-#define MDMAXEXPT DBL_MAX_EXP
+#define MDMINEXPT DBL_MIN_10_EXP
+#define MDMAXEXPT DBL_MAX_10_EXP
 
 static const
 double powersOf10[] = {    /* Table giving binary powers of 10.  Entry */