summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-05-27 16:32:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-05-27 16:32:05 (GMT)
commitf2ec60553a7e3f8cc433362a672fa9eea014b332 (patch)
treeaae3b61f0377d6541a1f78db5d2ced74881c2e59 /generic/tclThreadTest.c
parentb91a2765aef7499e3bf0ca35d47c6dc068c35ed6 (diff)
parentbb5d24622ffab4d7e6aaf6dba2086cdc870f8470 (diff)
downloadtcl-f2ec60553a7e3f8cc433362a672fa9eea014b332.zip
tcl-f2ec60553a7e3f8cc433362a672fa9eea014b332.tar.gz
tcl-f2ec60553a7e3f8cc433362a672fa9eea014b332.tar.bz2
merge 8.7
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..3a6fc43 100644
--- a/generic/tclThreadTest.c
+++ b/generic/tclThreadTest.c
@@ -18,7 +18,7 @@
#endif
#include "tclInt.h"
-#ifdef TCL_THREADS
+#if 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