mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Some platforms provide uintptr_t in inttypes.h. Patch by
Akira Kitada.
This commit is contained in:
parent
79941b5c09
commit
1bf29b7da7
4 changed files with 11 additions and 1 deletions
5
configure
vendored
5
configure
vendored
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 84752 .
|
||||
# From configure.in Revision: 84946 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.65 for python 3.2.
|
||||
#
|
||||
|
@ -7113,6 +7113,9 @@ fi
|
|||
ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
"
|
||||
if test "x$ac_cv_type_uintptr_t" = x""yes; then :
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue