summaryrefslogtreecommitdiffstats
path: root/generic/tclAlloc.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2021-04-03 11:09:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2021-04-03 11:09:47 (GMT)
commit743881d3ce722dbba89ec98a6f5a9618e683bbf1 (patch)
tree0248bd8acf2fac9dfed09af1cc6ca4717fe0a88b /generic/tclAlloc.c
parentd1bd0f28efd01c9832cbc0b0c5b87ee82badd8b7 (diff)
parent3628bed3baaae83cb1812e0e2250514376dd8d07 (diff)
downloadtcl-743881d3ce722dbba89ec98a6f5a9618e683bbf1.zip
tcl-743881d3ce722dbba89ec98a6f5a9618e683bbf1.tar.gz
tcl-743881d3ce722dbba89ec98a6f5a9618e683bbf1.tar.bz2
Clean up the notifier code to not spread the hooks quite so widely
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 */
/*