summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-23 09:34:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-23 09:34:22 (GMT)
commit2a8aa84ebc2dcbc33bab05beae43aea5309afa64 (patch)
tree046f4015b0fc954822a68fdbcb571fd7670a8d46 /macosx
parent1c0e7e8d9fc0af72fe31e347374aa13e9a0fc055 (diff)
parent28381035e979943ffb752e4dbb73a9fcf2f52a8a (diff)
downloadtk-2a8aa84ebc2dcbc33bab05beae43aea5309afa64.zip
tk-2a8aa84ebc2dcbc33bab05beae43aea5309afa64.tar.gz
tk-2a8aa84ebc2dcbc33bab05beae43aea5309afa64.tar.bz2
Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index values for Tk").
Remove compat/stdint.h, since stdint.h is available in all modern C compilers
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXPort.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/tkMacOSXPort.h b/macosx/tkMacOSXPort.h
index 5cc004b..1ae87e3 100644
--- a/macosx/tkMacOSXPort.h
+++ b/macosx/tkMacOSXPort.h
@@ -25,7 +25,6 @@
#include <math.h>
#include <string.h>
#include <limits.h>
-#include <stdlib.h>
#include <sys/types.h>
#include <sys/file.h>
#ifdef HAVE_SYS_SELECT_H