fix for build problem with audiospace and implicit declaration.

This commit is contained in:
2009-08-10 04:50:48 +00:00
parent 335b74a714
commit 7084be920a
3 changed files with 4 additions and 4 deletions

View File

@@ -124,7 +124,6 @@ int BPY_flag_from_seq(BPY_flag_def *flagdef, PyObject *seq, int *flag)
/* Copied from pythons 3's Object.c */
#ifndef Py_CmpToRich
PyObject *
Py_CmpToRich(int op, int cmp)
{
@@ -160,7 +159,6 @@ Py_CmpToRich(int op, int cmp)
Py_INCREF(res);
return res;
}
#endif
/* for debugging */
void PyObSpit(char *name, PyObject *var) {