mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Simplified inclusions and avoid prototypes copied in from elsewhere.
This also avoids a warning in anal mode.
This commit is contained in:
parent
323fe5df6a
commit
eb375e49f5
1 changed files with 1 additions and 12 deletions
|
@ -10,18 +10,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
|
||||
/* Check for interrupts */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
/* config.h may or may not define DL_IMPORT */
|
||||
#ifndef DL_IMPORT /* declarations for DLL import/export */
|
||||
#define DL_IMPORT(RTYPE) RTYPE
|
||||
#endif
|
||||
|
||||
#include "intrcheck.h"
|
||||
|
||||
/* Copied here from ceval.h -- can't include that file. */
|
||||
int Py_AddPendingCall(int (*func)(void *), void *arg);
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
#ifdef QUICKWIN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue