tcl-8.4.19-strtod.patch 362 B

1234567891011
  1. --- tcl8.4.9/compat/strtod.c 2002-02-25 16:26:12.000000000 +0200
  2. +++ tcl8.4.9/compat/strtod.c 2005-05-30 08:55:18.000000000 +0300
  3. @@ -24,6 +24,8 @@
  4. #define NULL 0
  5. #endif
  6. +#undef strtod
  7. +
  8. static int maxExponent = 511; /* Largest possible base 10 exponent. Any
  9. * exponent larger than this will already
  10. * produce underflow or overflow, so there's