summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixEvent.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2021-03-21 13:07:15 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2021-03-21 13:07:15 (GMT)
commitc49b98fa6b7afdb6f63c4abca16d73c56990b715 (patch)
tree9574b65541cfeafbb15d115348443777af5de242 /unix/tclUnixEvent.c
parent4e90ccc6db032c546939cdcdfa33fcecd7122dce (diff)
downloadtcl-c49b98fa6b7afdb6f63c4abca16d73c56990b715.zip
tcl-c49b98fa6b7afdb6f63c4abca16d73c56990b715.tar.gz
tcl-c49b98fa6b7afdb6f63c4abca16d73c56990b715.tar.bz2
Start of doing a clean up of the notifier code.
This originated as trying to stop macOS builds from doing silly warnings during a static build, but I noticed that there were common patterns that belong in generic code instead of being repeated in each of the platform-specific pieces.
Diffstat (limited to 'unix/tclUnixEvent.c')
-rw-r--r--unix/tclUnixEvent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/tclUnixEvent.c b/unix/tclUnixEvent.c
index aff7797..f7545db 100644
--- a/unix/tclUnixEvent.c
+++ b/unix/tclUnixEvent.c
@@ -85,6 +85,8 @@ Tcl_Sleep(
}
}
+#else
+TCL_MAC_EMPTY_FILE(unix_tclUnixEvent_c)
#endif /* HAVE_COREFOUNDATION */
/*
* Local Variables: