summaryrefslogtreecommitdiffstats
path: root/generic/tclAlloc.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 /generic/tclAlloc.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 'generic/tclAlloc.c')
-rw-r--r--generic/tclAlloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclAlloc.c b/generic/tclAlloc.c
index 2043248..03655b9 100644
--- a/generic/tclAlloc.c
+++ b/generic/tclAlloc.c
@@ -748,6 +748,8 @@ TclpRealloc(
}
#endif /* !USE_TCLALLOC */
+#else
+TCL_MAC_EMPTY_FILE(generic_tclAlloc_c)
#endif /* !TCL_THREADS */
/*