Commit 1e518b5d authored by Guido van Rossum's avatar Guido van Rossum

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

lint happy.
parent 68bb54a2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment