summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-08 11:58:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-08 11:58:49 (GMT)
commit1feb781a457ab21de45b935d1c367f7fc3560a71 (patch)
treee8a2f6fd623e37dcd67e3d628880f33a9ff45587 /unix/tclUnixTest.c
parentbefe4b839e069236d561c26958f3097439ba45df (diff)
parentf86d726f85cde046ca923f53fe10c89966a30a4c (diff)
downloadtcl-1feb781a457ab21de45b935d1c367f7fc3560a71.zip
tcl-1feb781a457ab21de45b935d1c367f7fc3560a71.tar.gz
tcl-1feb781a457ab21de45b935d1c367f7fc3560a71.tar.bz2
Merge trunk.
Remove obsolete lines in tclOO*Decls.h: TCL_STORAGE_CLASS is not used anywhere in "novem" any more.
Diffstat (limited to 'unix/tclUnixTest.c')
-rw-r--r--unix/tclUnixTest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c
index 021e0f6..68ec8d3 100644
--- a/unix/tclUnixTest.c
+++ b/unix/tclUnixTest.c
@@ -572,8 +572,8 @@ TestforkObjCmd(
"Cannot fork", NULL);
return TCL_ERROR;
}
-#if !defined(HAVE_PTHREAD_ATFORK) || defined(MAC_OSX_TCL)
- /* Only needed when pthread_atfork is not present or on OSX. */
+#if !defined(HAVE_PTHREAD_ATFORK)
+ /* Only needed when pthread_atfork is not present. */
if (pid==0) {
Tcl_InitNotifier();
}