summaryrefslogtreecommitdiffstats
path: root/libtommath/tommath.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-26 09:52:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-06-26 09:52:00 (GMT)
commit1b53ef3bbd2bd4139a0fbbeaa493a2d4562b9825 (patch)
tree5d21575a7b80694248716632361e21ac84f2160c /libtommath/tommath.h
parente37db312053b02b4ca582bd370d90e10b2632a77 (diff)
downloadtcl-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 'libtommath/tommath.h')
-rw-r--r--libtommath/tommath.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libtommath/tommath.h b/libtommath/tommath.h
index 4bd8f6c..a235210 100644
--- a/libtommath/tommath.h
+++ b/libtommath/tommath.h
@@ -4,10 +4,7 @@
#ifndef BN_H_
#define BN_H_
-#if !defined(MP_NO_STDINT) && !defined(_STDINT_H) && !defined(_STDINT_H_) \
- && !defined(__CLANG_STDINT_H) && !defined(_STDINT)
-# include <stdint.h>
-#endif
+#include <stdint.h>
#include <stddef.h>
#include <limits.h>