mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Added decl for Py_AddPendingCall and include mymalloc.h, all to keep
lint happy.
This commit is contained in:
parent
129e91aa77
commit
bae95189b0
1 changed files with 4 additions and 0 deletions
|
@ -33,8 +33,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include "config.h"
|
||||
#include "myproto.h"
|
||||
#include "mymalloc.h" /* For ANY */
|
||||
#include "intrcheck.h"
|
||||
|
||||
/* Copied here from ceval.h -- can't include that file. */
|
||||
int Py_AddPendingCall Py_PROTO((int (*func) Py_PROTO((ANY *)), ANY *arg));
|
||||
|
||||
|
||||
#ifdef QUICKWIN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue