diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-27 16:32:05 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-27 16:32:05 (GMT) |
| commit | f2ec60553a7e3f8cc433362a672fa9eea014b332 (patch) | |
| tree | aae3b61f0377d6541a1f78db5d2ced74881c2e59 /generic/tclThreadTest.c | |
| parent | b91a2765aef7499e3bf0ca35d47c6dc068c35ed6 (diff) | |
| parent | bb5d24622ffab4d7e6aaf6dba2086cdc870f8470 (diff) | |
| download | tcl-f2ec60553a7e3f8cc433362a672fa9eea014b332.zip tcl-f2ec60553a7e3f8cc433362a672fa9eea014b332.tar.gz tcl-f2ec60553a7e3f8cc433362a672fa9eea014b332.tar.bz2 | |
merge 8.7
Diffstat (limited to 'generic/tclThreadTest.c')
| -rw-r--r-- | generic/tclThreadTest.c | 2 |
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 |
