summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-29 09:28:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-29 09:28:07 (GMT)
commit11a46777ef00852641550567b6c0542a002b6a06 (patch)
treee5ca880f2a85abc52f037076b21a19aab52642d0 /unix
parentb3eff3a97fbc4dbdc25cefac076522a28027151e (diff)
parent5008f96987e48646b535e011b6c9f7083159e327 (diff)
downloadtcl-11a46777ef00852641550567b6c0542a002b6a06.zip
tcl-11a46777ef00852641550567b6c0542a002b6a06.tar.gz
tcl-11a46777ef00852641550567b6c0542a002b6a06.tar.bz2
Eliminate (internal) TclpExit(), which is just the same as exit()
Diffstat (limited to 'unix')
-rw-r--r--unix/tclUnixPort.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index cdc67d2..513ffdd 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -658,8 +658,6 @@ typedef int socklen_t;
*---------------------------------------------------------------------------
*/
-#define TclpExit exit
-
#if !defined(TCL_THREADS) || TCL_THREADS
# include <pthread.h>
#endif /* TCL_THREADS */