summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-28 15:31:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-28 15:31:11 (GMT)
commit408e1c14d0e35287451c51f8481df58fffae755d (patch)
treef57336a18aa56421579df2d50e572c60fc971788 /generic/tclMain.c
parent115a32cd6ffb82a45e681c6701e9419d563cf577 (diff)
parent33b2c943235d9343253e4dfc60cfb80ca0e064d6 (diff)
downloadtcl-408e1c14d0e35287451c51f8481df58fffae755d.zip
tcl-408e1c14d0e35287451c51f8481df58fffae755d.tar.gz
tcl-408e1c14d0e35287451c51f8481df58fffae755d.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclMain.c')
-rw-r--r--generic/tclMain.c5
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.
*/