diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-17 11:22:26 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-17 11:22:26 +0100 |
commit | 4180d4a3bb01b6177f9ddc74b12ed6d452769f21 (patch) | |
tree | bcd3360a804a52f9318d97093c20f672e8b2a799 /package/tcl/tcl-8.4.19-strtod.patch | |
parent | a3609f35398042ebca8231a34ca8806a018ff0fb (diff) | |
parent | 155667c237ac77ba64d984feb01dbad34ff1189d (diff) | |
download | buildroot-novena-4180d4a3bb01b6177f9ddc74b12ed6d452769f21.tar.gz buildroot-novena-4180d4a3bb01b6177f9ddc74b12ed6d452769f21.zip |
Merge branch 'misc-fixes1' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/tcl/tcl-8.4.19-strtod.patch')
-rw-r--r-- | package/tcl/tcl-8.4.19-strtod.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/tcl/tcl-8.4.19-strtod.patch b/package/tcl/tcl-8.4.19-strtod.patch new file mode 100644 index 000000000..a9974546b --- /dev/null +++ b/package/tcl/tcl-8.4.19-strtod.patch @@ -0,0 +1,11 @@ +--- tcl8.4.9/compat/strtod.c 2002-02-25 16:26:12.000000000 +0200 ++++ tcl8.4.9/compat/strtod.c 2005-05-30 08:55:18.000000000 +0300 +@@ -24,6 +24,8 @@ + #define NULL 0 + #endif + ++#undef strtod ++ + static int maxExponent = 511; /* Largest possible base 10 exponent. Any + * exponent larger than this will already + * produce underflow or overflow, so there's |