summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadTest.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2018-05-20 15:09:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2018-05-20 15:09:43 (GMT)
commit7bbadfe0e0cbc121f5ac084f3500a330afd0e5d9 (patch)
treea4b9fb0b8be844ceb7e50ea3d8592d234f9fc5e4 /generic/tclThreadTest.c
parent791f1c2741cd972e66bbaf65821f64e76d9c6f89 (diff)
parent4523d8df2c410219ea470d653d5851701fbc2ed2 (diff)
downloadtcl-7bbadfe0e0cbc121f5ac084f3500a330afd0e5d9.zip
tcl-7bbadfe0e0cbc121f5ac084f3500a330afd0e5d9.tar.gz
tcl-7bbadfe0e0cbc121f5ac084f3500a330afd0e5d9.tar.bz2
merge core-8-branch
Diffstat (limited to 'generic/tclThreadTest.c')
-rw-r--r--generic/tclThreadTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclThreadTest.c b/generic/tclThreadTest.c
index a008799..dce15eb 100644
--- a/generic/tclThreadTest.c
+++ b/generic/tclThreadTest.c
@@ -18,7 +18,7 @@
#endif
#include "tclInt.h"
-#ifdef TCL_THREADS
+#if !defined(TCL_THREADS) || TCL_THREADS
/*
* Each thread has an single instance of the following structure. There is one
* instance of this structure per thread even if that thread contains multiple