diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-15 09:42:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-15 09:42:07 (GMT) |
commit | 346cce57455de92d12fcef5ea4115a9657458b84 (patch) | |
tree | 62153fbab1b634ba4e9a9b9e0c15c0d394aa4127 /win | |
parent | e3439b6af28680828231cfcf081ebb618ac1740f (diff) | |
download | tcl-346cce57455de92d12fcef5ea4115a9657458b84.zip tcl-346cce57455de92d12fcef5ea4115a9657458b84.tar.gz tcl-346cce57455de92d12fcef5ea4115a9657458b84.tar.bz2 |
Remove compat/float.h and related machinery. The last system known where this was needed was SunOS-4, which is not supported by Tcl any more for a long ... long time ....
Also, fix a typo in generic/tclInt.h and remove some end-of-line spacing.
Diffstat (limited to 'win')
-rw-r--r-- | win/tcl.dsp | 4 | ||||
-rw-r--r-- | win/tclWinThrd.c | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/win/tcl.dsp b/win/tcl.dsp index 48eae9d..ad9c764 100644 --- a/win/tcl.dsp +++ b/win/tcl.dsp @@ -152,10 +152,6 @@ SOURCE=..\compat\fixstrtod.c # End Source File
# Begin Source File
-SOURCE=..\compat\float.h
-# End Source File
-# Begin Source File
-
SOURCE=..\compat\gettod.c
# End Source File
# Begin Source File
diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c index b9cde72..8c130a7 100644 --- a/win/tclWinThrd.c +++ b/win/tclWinThrd.c @@ -13,8 +13,6 @@ #include "tclWinInt.h" -#include <float.h> - /* Workaround for mingw versions which don't provide this in float.h */ #ifndef _MCW_EM # define _MCW_EM 0x0008001F /* Error masks */ |