diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-31 03:17:33 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-31 03:17:33 +0000 |
commit | c4f10a81ae9e3654d338c8a13d097866c27a7891 (patch) | |
tree | 2c561ab22e69a42030b741cf5ea7938130510a5f /package/tcl/tcl-strtod.patch | |
parent | 56d91e951a722b510be339f7699a3a847d5d1a69 (diff) | |
download | buildroot-novena-c4f10a81ae9e3654d338c8a13d097866c27a7891.tar.gz buildroot-novena-c4f10a81ae9e3654d338c8a13d097866c27a7891.zip |
Applied patch to add TCL version 8.4.9 for buildroot submitted by
Ivan Daniluk on May 30 01:28:31 MDT 2005.
Diffstat (limited to 'package/tcl/tcl-strtod.patch')
-rw-r--r-- | package/tcl/tcl-strtod.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/tcl/tcl-strtod.patch b/package/tcl/tcl-strtod.patch new file mode 100644 index 000000000..a9974546b --- /dev/null +++ b/package/tcl/tcl-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 |