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)
commitcf5096cadec37cab026d1d97ad4c7df3b898dfb1 (patch)
tree9574b65541cfeafbb15d115348443777af5de242 /generic/tclAlloc.c
parent81bd41b6b8641461ca77e4a650efd41d90628fd2 (diff)
downloadtcl-cf5096cadec37cab026d1d97ad4c7df3b898dfb1.zip
tcl-cf5096cadec37cab026d1d97ad4c7df3b898dfb1.tar.gz
tcl-cf5096cadec37cab026d1d97ad4c7df3b898dfb1.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 */
/*