diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-14 13:00:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-04-14 13:00:46 (GMT) |
commit | f596ce75b4b1eeb5b09785d3faf012d4a4587f42 (patch) | |
tree | 4078b1f733e2bb22b44c818b5618411601ebf791 /unix/tclUnixThrd.c | |
parent | cbe925ed316598fcf5e87acdd7c1f8cf8b244f8b (diff) | |
parent | 1bfdefdad35caeaff3dcdfea5f35c70373332bb0 (diff) | |
download | tcl-f596ce75b4b1eeb5b09785d3faf012d4a4587f42.zip tcl-f596ce75b4b1eeb5b09785d3faf012d4a4587f42.tar.gz tcl-f596ce75b4b1eeb5b09785d3faf012d4a4587f42.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/tclUnixThrd.c')
-rw-r--r-- | unix/tclUnixThrd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/tclUnixThrd.c b/unix/tclUnixThrd.c index 805599d..f475aed 100644 --- a/unix/tclUnixThrd.c +++ b/unix/tclUnixThrd.c @@ -644,6 +644,7 @@ TclpFinalizeCondition( *---------------------------------------------------------------------- */ +#ifndef TCL_NO_DEPRECATED Tcl_DirEntry * TclpReaddir( DIR * dir) @@ -666,6 +667,7 @@ TclpInetNtoa( return inet_ntoa(addr); #endif } +#endif /* TCL_NO_DEPRECATED */ #ifdef TCL_THREADS /* |