summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-06 15:25:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-06 15:25:44 (GMT)
commit904733362eb59a805100de75715e20a5214a98f2 (patch)
tree52032f5f02a4cc2cb7545a91ac258c8633379651 /win/tclWinSock.c
parent44de3dd8dad74f8031286f0750738099156cef0c (diff)
downloadtcl-904733362eb59a805100de75715e20a5214a98f2.zip
tcl-904733362eb59a805100de75715e20a5214a98f2.tar.gz
tcl-904733362eb59a805100de75715e20a5214a98f2.tar.bz2
Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRECATED, because they are not used any more.
Diffstat (limited to 'win/tclWinSock.c')
-rw-r--r--win/tclWinSock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/tclWinSock.c b/win/tclWinSock.c
index 5e0d7c8..81a5449 100644
--- a/win/tclWinSock.c
+++ b/win/tclWinSock.c
@@ -3239,6 +3239,7 @@ FindFDInList(
*----------------------------------------------------------------------
*/
+#ifndef TCL_NO_DEPRECATED
#undef TclWinGetSockOpt
int
TclWinGetSockOpt(
@@ -3278,6 +3279,7 @@ TclWinGetServByName(
{
return getservbyname(name, proto);
}
+#endif /* TCL_NO_DEPRECATED */
/*
*----------------------------------------------------------------------