mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
only include inttypes.h (#17884)
This commit is contained in:
parent
121b9487d1
commit
88bd3edb3e
1 changed files with 0 additions and 3 deletions
|
|
@ -3,10 +3,7 @@
|
||||||
|
|
||||||
#include "pyconfig.h" /* include for defines */
|
#include "pyconfig.h" /* include for defines */
|
||||||
|
|
||||||
/* Some versions of HP-UX & Solaris need inttypes.h for int32_t,
|
|
||||||
INT32_MAX, etc. */
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
Symbols and macros to supply platform-independent interfaces to basic
|
Symbols and macros to supply platform-independent interfaces to basic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue