mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
parent
4eb5940a4d
commit
4f1cd8bdcb
31 changed files with 320 additions and 320 deletions
|
|
@ -21,7 +21,7 @@
|
|||
/* Include nearly all Python header files */
|
||||
|
||||
#include "patchlevel.h"
|
||||
#include "config.h"
|
||||
#include "pyconfig.h"
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ extern "C" {
|
|||
|
||||
/* Include files and extern declarations used by most of the parser. */
|
||||
|
||||
#include "config.h"
|
||||
#include "pyconfig.h"
|
||||
|
||||
/* config.h may or may not define DL_IMPORT */
|
||||
#ifndef DL_IMPORT /* declarations for DLL import/export */
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef Py_PYPORT_H
|
||||
#define Py_PYPORT_H
|
||||
|
||||
#include "config.h" /* include for defines */
|
||||
#include "pyconfig.h" /* include for defines */
|
||||
|
||||
/**************************************************************************
|
||||
Symbols and macros to supply platform-independent interfaces to basic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue