Kaydet (Commit) bae95189 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

lint happy.
üst 129e91aa
...@@ -33,8 +33,12 @@ PERFORMANCE OF THIS SOFTWARE. ...@@ -33,8 +33,12 @@ PERFORMANCE OF THIS SOFTWARE.
#include "config.h" #include "config.h"
#include "myproto.h" #include "myproto.h"
#include "mymalloc.h" /* For ANY */
#include "intrcheck.h" #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 #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