summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-29 15:59:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-29 15:59:19 (GMT)
commiteb4a617c51ad59164b9c11fed904f74fde365702 (patch)
tree666ae1b280ec5919f3bb8fc54af3737262860167 /generic/tclEvent.c
parenteb94deaf81da436ff6c5810379bf40230d81d9a3 (diff)
downloadtcl-eb4a617c51ad59164b9c11fed904f74fde365702.zip
tcl-eb4a617c51ad59164b9c11fed904f74fde365702.tar.gz
tcl-eb4a617c51ad59164b9c11fed904f74fde365702.tar.bz2
TCL_THREADS=0 means no threads too ....
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r--generic/tclEvent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c
index 6096323..90fde75 100644
--- a/generic/tclEvent.c
+++ b/generic/tclEvent.c
@@ -1120,7 +1120,7 @@ Tcl_InitSubsystems(void)
#ifdef TCL_NO_DEPRECATED
".no-deprecate"
#endif
-#ifndef TCL_THREADS
+#if !TCL_THREADS
".no-thread"
#endif
#ifndef TCL_CFG_OPTIMIZED