diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-29 08:26:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-29 08:26:43 (GMT) |
commit | bb78c34cf7890dfb09d3b4b98ccff86e68336508 (patch) | |
tree | 431b4a1c97b53adce19916e303201807d588b703 /unix | |
parent | 5fa771e3cdfdbf53b271cace820083ec5458fa8b (diff) | |
parent | 44f6a3be3eef72da6da477bb82fe7fb47e1a07e7 (diff) | |
download | tcl-bb78c34cf7890dfb09d3b4b98ccff86e68336508.zip tcl-bb78c34cf7890dfb09d3b4b98ccff86e68336508.tar.gz tcl-bb78c34cf7890dfb09d3b4b98ccff86e68336508.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixPort.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index f9fd702..29506de 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -665,7 +665,9 @@ typedef int socklen_t; *--------------------------------------------------------------------------- */ -#define TclpExit exit +#ifndef TCL_NO_DEPRECATED +# define TclpExit exit +#endif #if !defined(TCL_THREADS) || TCL_THREADS # include <pthread.h> |