From bae95189b0e391cfb57019e503ab9d553786691f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 14 Feb 1997 21:12:24 +0000 Subject: Added decl for Py_AddPendingCall and include mymalloc.h, all to keep lint happy. --- Parser/intrcheck.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Parser/intrcheck.c b/Parser/intrcheck.c index 92fab1c..40f335e 100644 --- a/Parser/intrcheck.c +++ b/Parser/intrcheck.c @@ -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 -- cgit v0.12