diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-06-23 09:34:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-06-23 09:34:22 (GMT) |
commit | 2a8aa84ebc2dcbc33bab05beae43aea5309afa64 (patch) | |
tree | 046f4015b0fc954822a68fdbcb571fd7670a8d46 /macosx | |
parent | 1c0e7e8d9fc0af72fe31e347374aa13e9a0fc055 (diff) | |
parent | 28381035e979943ffb752e4dbb73a9fcf2f52a8a (diff) | |
download | tk-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.h | 1 |
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 |