Added decl for Py_AddPendingCall and include mymalloc.h, all to keep

lint happy.
This commit is contained in:
Guido van Rossum 1997-02-14 21:12:24 +00:00
parent 129e91aa77
commit bae95189b0
1 changed files with 4 additions and 0 deletions

View File

@ -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