]> granicus.if.org Git - python/commitdiff
Added decl for Py_AddPendingCall and include mymalloc.h, all to keep
authorGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 21:12:24 +0000 (21:12 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 21:12:24 +0000 (21:12 +0000)
lint happy.

Parser/intrcheck.c

index 92fab1c3103de1079ba3b8b9bb7334a2a9024ba1..40f335eef267412be497fe8e9099248137f0e34e 100644 (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