Added decl for Py_AddPendingCall and include mymalloc.h, all to keep
lint happy.
This commit is contained in:
parent
129e91aa77
commit
bae95189b0
|
@ -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…
Reference in New Issue