[Python-checkins] CVS: python/dist/src/Mac/Modules/res resedit.py,1.4,1.5

Jack Jansen jackjansen@users.sourceforge.net
Wed, 05 Sep 2001 03:31:54 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/res
In directory usw-pr-cvs1:/tmp/cvs-serv12151/python/Mac/Modules/res

Modified Files:
	resedit.py 
Log Message:
Shut up many more gcc warnings.

Index: resedit.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/res/resedit.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** resedit.py	2000/03/08 16:58:15	1.4
--- resedit.py	2001/09/05 10:31:52	1.5
***************
*** 59,63 ****
  
  as_xxx_body = """
! return %sObj_New((%sHandle)_self->ob_itself);
  """
  
--- 59,64 ----
  
  as_xxx_body = """
! _res = %sObj_New((%sHandle)_self->ob_itself);
! return _res;
  """