diff options
| author | dgp <dgp@users.sourceforge.net> | 2017-11-15 13:39:12 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2017-11-15 13:39:12 (GMT) |
| commit | 8a227678b234219b0301c75a977c09b1b0daafd0 (patch) | |
| tree | 0f7670a598c66c8b244614d933c1c933b77785d0 /unix/tclUnixPort.h | |
| parent | c7c8527ce3b68e777b0ddc925fc254baf1861fda (diff) | |
| parent | 346cce57455de92d12fcef5ea4115a9657458b84 (diff) | |
| download | tcl-8a227678b234219b0301c75a977c09b1b0daafd0.zip tcl-8a227678b234219b0301c75a977c09b1b0daafd0.tar.gz tcl-8a227678b234219b0301c75a977c09b1b0daafd0.tar.bz2 | |
merge 8.7
Diffstat (limited to 'unix/tclUnixPort.h')
| -rw-r--r-- | unix/tclUnixPort.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index ba56089..8b766d6 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -181,13 +181,10 @@ extern int TclUnixSetBlockingMode(int fd, int mode); *--------------------------------------------------------------------------- */ -#ifndef NO_FLOAT_H -# include <float.h> -#else +#include <float.h> #ifndef NO_VALUES_H # include <values.h> #endif -#endif #ifndef FLT_MAX # ifdef MAXFLOAT |
