diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-28 15:31:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-28 15:31:11 (GMT) |
commit | 408e1c14d0e35287451c51f8481df58fffae755d (patch) | |
tree | f57336a18aa56421579df2d50e572c60fc971788 /generic/tclMain.c | |
parent | 115a32cd6ffb82a45e681c6701e9419d563cf577 (diff) | |
parent | 33b2c943235d9343253e4dfc60cfb80ca0e064d6 (diff) | |
download | tcl-408e1c14d0e35287451c51f8481df58fffae755d.zip tcl-408e1c14d0e35287451c51f8481df58fffae755d.tar.gz tcl-408e1c14d0e35287451c51f8481df58fffae755d.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclMain.c')
-rw-r--r-- | generic/tclMain.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tclMain.c b/generic/tclMain.c index 13231b5..bb48dbb 100644 --- a/generic/tclMain.c +++ b/generic/tclMain.c @@ -64,11 +64,6 @@ NewNativeObj( * source directory to make their own modified versions). */ -#if defined _MSC_VER && _MSC_VER < 1900 -/* isatty is always defined on MSVC 14.0, but not necessarily as CRTIMPORT. */ -extern CRTIMPORT int isatty(int fd); -#endif - /* * The thread-local variables for this file's functions. */ |