summaryrefslogtreecommitdiffstats
path: root/unix/tclEpollNotfy.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tclEpollNotfy.c')
-rw-r--r--unix/tclEpollNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclEpollNotfy.c b/unix/tclEpollNotfy.c
index ce7d6b1..bab02ee 100644
--- a/unix/tclEpollNotfy.c
+++ b/unix/tclEpollNotfy.c
@@ -795,7 +795,7 @@ TclAsyncNotifier(
int *flagPtr, /* Flag to mark. */
int value) /* Value of mark. */
{
-#ifdef TCL_THREADS
+#if TCL_THREADS
/*
* WARNING:
* This code most likely runs in a signal handler. Thus,