[Python-checkins] CVS: python/dist/src/Mac/Modules/res _Resmodule.c,1.1,1.2
Jack Jansen
jackjansen@users.sourceforge.net
Tue, 04 Sep 2001 15:17:18 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/res
In directory usw-pr-cvs1:/tmp/cvs-serv14076/Python/Mac/Modules/res
Modified Files:
_Resmodule.c
Log Message:
Regenerated without default int return types.
Index: _Resmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/res/_Resmodule.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _Resmodule.c 2001/08/23 13:59:14 1.1
--- _Resmodule.c 2001/09/04 22:17:16 1.2
***************
*** 66,70 ****
return (PyObject *)it;
}
! ResObj_Convert(PyObject *v, Handle *p_itself)
{
if (!ResObj_Check(v))
--- 66,70 ----
return (PyObject *)it;
}
! int ResObj_Convert(PyObject *v, Handle *p_itself)
{
if (!ResObj_Check(v))