Differences From Artifact [e41e277e4d]:
- File generic/tclThreadTest.c — part of check-in [e6127d0a7b] at 2023-10-27 17:14:46 on branch main — Merge 8.7 (user: jan.nijtmans size: 31431) [more...]
To Artifact [12e316bcfe]:
- File generic/tclThreadTest.c — part of check-in [8395999435] at 2023-11-10 09:54:42 on branch main — Fix Windows build with --disable-shared: Make sure that test-code is never compiled with -DBUILD_tcl -DSTATIC_BUILD (user: jan.nijtmans size: 31468) [more...]
| ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + | * Copyright © 1998 Sun Microsystems, Inc. * Copyright © 2006-2008 Joe Mistachkin. All rights reserved. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #undef BUILD_tcl #undef STATIC_BUILD #ifndef USE_TCL_STUBS # define USE_TCL_STUBS #endif #include "tclInt.h" #if TCL_THREADS /* |
| ︙ |