Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bae9518

Browse files
committed
Added decl for Py_AddPendingCall and include mymalloc.h, all to keep
lint happy.
1 parent 129e91a commit bae9518

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Parser/intrcheck.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ PERFORMANCE OF THIS SOFTWARE.
3333

3434
#include "config.h"
3535
#include "myproto.h"
36+
#include "mymalloc.h" /* For ANY */
3637
#include "intrcheck.h"
3738

39+
/* Copied here from ceval.h -- can't include that file. */
40+
int Py_AddPendingCall Py_PROTO((int (*func) Py_PROTO((ANY *)), ANY *arg));
41+
3842

3943
#ifdef QUICKWIN
4044

0 commit comments

Comments
 (0)