diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2021-03-21 13:07:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2021-03-21 13:07:15 (GMT) |
commit | cf5096cadec37cab026d1d97ad4c7df3b898dfb1 (patch) | |
tree | 9574b65541cfeafbb15d115348443777af5de242 /generic/tclAlloc.c | |
parent | 81bd41b6b8641461ca77e4a650efd41d90628fd2 (diff) | |
download | tcl-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.c | 2 |
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 */ /* |