[Python-checkins] CVS: python/dist/src/Mac/Modules/cf cfsupport.py,1.8,1.9

Jack Jansen jackjansen@users.sourceforge.net
Tue, 04 Sep 2001 15:19:20 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/cf
In directory usw-pr-cvs1:/tmp/cvs-serv14678/Python/Mac/Modules/cf

Modified Files:
	cfsupport.py 
Log Message:
Regenerated without default int return types.

Index: cfsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cf/cfsupport.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cfsupport.py	2001/08/23 13:47:57	1.8
--- cfsupport.py	2001/09/04 22:19:18	1.9
***************
*** 82,85 ****
--- 82,86 ----
  }
  
+ int
  CFRange_Convert(PyObject *v, CFRange *p_itself)
  {