mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
This commit is contained in:
parent
9bd0cf5970
commit
cbab997efb
8 changed files with 397 additions and 568 deletions
|
@ -13,14 +13,7 @@
|
|||
#include "pycore_moduleobject.h" // _PyModule_GetState()
|
||||
#include "structmember.h" // PyMemberDef
|
||||
#include <stddef.h> // offsetof()
|
||||
|
||||
#ifdef STDC_HEADERS
|
||||
#include <stddef.h>
|
||||
#else /* !STDC_HEADERS */
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h> /* For size_t */
|
||||
#endif /* HAVE_SYS_TYPES_H */
|
||||
#endif /* !STDC_HEADERS */
|
||||
|
||||
/*[clinic input]
|
||||
module array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue