diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2018-05-20 15:09:43 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2018-05-20 15:09:43 (GMT) |
| commit | 7bbadfe0e0cbc121f5ac084f3500a330afd0e5d9 (patch) | |
| tree | a4b9fb0b8be844ceb7e50ea3d8592d234f9fc5e4 /generic/tclThreadTest.c | |
| parent | 791f1c2741cd972e66bbaf65821f64e76d9c6f89 (diff) | |
| parent | 4523d8df2c410219ea470d653d5851701fbc2ed2 (diff) | |
| download | tcl-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.c | 2 |
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 |
