[Python-checkins] python/dist/src/Mac/Modules/waste wastesupport.py,1.15,1.16

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 05 Aug 2002 08:36:59 -0700


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

Modified Files:
	wastesupport.py 
Log Message:
Got rid of staticforward.


Index: wastesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/waste/wastesupport.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** wastesupport.py	11 Jan 2002 12:37:15 -0000	1.15
--- wastesupport.py	5 Aug 2002 15:36:57 -0000	1.16
***************
*** 74,79 ****
  
  /* Forward declaration */
! staticforward PyObject *WEOObj_New(WEObjectReference);
! staticforward PyObject *ExistingwasteObj_New(WEReference);
  
  /*
--- 74,79 ----
  
  /* Forward declaration */
! static PyObject *WEOObj_New(WEObjectReference);
! static PyObject *ExistingwasteObj_New(WEReference);
  
  /*