[Python-checkins] CVS: python/dist/src/Mac/Modules/list _Listmodule.c,1.1,1.2
Jack Jansen
jackjansen@users.sourceforge.net
Tue, 04 Sep 2001 15:18:19 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/list
In directory usw-pr-cvs1:/tmp/cvs-serv14362/Python/Mac/Modules/list
Modified Files:
_Listmodule.c
Log Message:
Regenerated without default int return types.
Index: _Listmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/list/_Listmodule.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _Listmodule.c 2001/08/23 14:00:32 1.1
--- _Listmodule.c 2001/09/04 22:18:17 1.2
***************
*** 86,90 ****
return (PyObject *)it;
}
! ListObj_Convert(PyObject *v, ListHandle *p_itself)
{
if (!ListObj_Check(v))
--- 86,90 ----
return (PyObject *)it;
}
! int ListObj_Convert(PyObject *v, ListHandle *p_itself)
{
if (!ListObj_Check(v))