diff options
author | hobbs <hobbs> | 2000-01-14 00:20:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-14 00:20:41 (GMT) |
commit | 72978d2b3dc58e62e08e27987a2ad2fbe01e04d9 (patch) | |
tree | dbe0df1c497755c5df751fdc99d8dedea1de6370 /unix/tcl.m4 | |
parent | f520391c233a4fcac105ac39af630bca88524cd0 (diff) | |
download | tcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.zip tcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.tar.gz tcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.tar.bz2 |
* README:core_8_3_b2
* generic/tcl.h:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.m4:
* win/README.binary:
* win/configure.in: updated to patchlevel 8.3b2
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 91d2141..fc65913 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1585,8 +1585,8 @@ AC_DEFUN(SC_BUGGY_STRTOD, [ if ((term != string) && (term[-1] == 0)) { exit(1); } - value = strtod(string, &term); - if (term == (string+1)) { + value = strtod(spaceString, &term); + if (term == (spaceString+1)) { exit(1); } exit(0); |