There was an error while loading. Please reload this page.
1 parent eafaf4c commit e9eb7b6Copy full SHA for e9eb7b6
2 files changed
Include/longintrepr.h
@@ -40,10 +40,6 @@ extern "C" {
40
platform.
41
*/
42
43
-#if HAVE_STDINT_H
44
-#include <stdint.h>
45
-#endif
46
-
47
#if PYLONG_BITS_IN_DIGIT == 30
48
#if !(defined HAVE_UINT64_T && defined HAVE_UINT32_T && \
49
defined HAVE_INT64_T && defined HAVE_INT32_T)
Include/pymath.h
@@ -3,10 +3,6 @@
3
4
#include "pyconfig.h" /* include for defines */
5
6
-#ifdef HAVE_STDINT_H
7
8
9
10
/**************************************************************************
11
Symbols and macros to supply platform-independent interfaces to mathematical
12
functions and constants
0 commit comments