diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-16 10:56:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-11-16 10:56:25 (GMT) |
commit | a9827f93eadc2978316098553e09406dae1f5520 (patch) | |
tree | 4c40167ca8b673d38459b4478944b8bc60cc4a7f /macosx/tkMacOSXInit.c | |
parent | bc52b8485678245b43a48cec01756c05b11fc17d (diff) | |
download | tk-a9827f93eadc2978316098553e09406dae1f5520.zip tk-a9827f93eadc2978316098553e09406dae1f5520.tar.gz tk-a9827f93eadc2978316098553e09406dae1f5520.tar.bz2 |
Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts from 8.7
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r-- | macosx/tkMacOSXInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c index bd0199a..53508aa 100644 --- a/macosx/tkMacOSXInit.c +++ b/macosx/tkMacOSXInit.c @@ -208,7 +208,7 @@ static int TkMacOSXGetAppPathCmd(ClientData cd, Tcl_Interp *ip, * matter what the actual OS version of the host may be. And of course * Apple never released macOS 10.16. To work around this we guess the * OS version from the kernel release number, as reported by uname. - */ + */ struct utsname name; char *endptr; |