diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-06-26 09:52:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-06-26 09:52:00 (GMT) |
commit | 1b53ef3bbd2bd4139a0fbbeaa493a2d4562b9825 (patch) | |
tree | 5d21575a7b80694248716632361e21ac84f2160c /unix/tclUnixPort.h | |
parent | e37db312053b02b4ca582bd370d90e10b2632a77 (diff) | |
download | tcl-1b53ef3bbd2bd4139a0fbbeaa493a2d4562b9825.zip tcl-1b53ef3bbd2bd4139a0fbbeaa493a2d4562b9825.tar.gz tcl-1b53ef3bbd2bd4139a0fbbeaa493a2d4562b9825.tar.bz2 |
Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r-- | unix/tclUnixPort.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index 5d5b14b..8ac5060 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -158,11 +158,6 @@ extern "C" { # include <inttypes.h> #endif #include <limits.h> -#ifdef HAVE_STDINT_H -# include <stdint.h> -#else -# include "../compat/stdint.h" -#endif #include <unistd.h> MODULE_SCOPE int TclUnixSetBlockingMode(int fd, int mode); |