[Python-checkins] CVS: python/dist/src/Mac/Modules/waste wastemodule.c,1.15,1.16

Jack Jansen jackjansen@users.sourceforge.net
Tue, 22 May 2001 14:56:22 -0700


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

Modified Files:
	wastemodule.c 
Log Message:
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.

Index: wastemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/waste/wastemodule.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** wastemodule.c	2001/01/24 16:03:05	1.15
--- wastemodule.c	2001/05/22 21:56:20	1.16
***************
*** 155,159 ****
  
  static pascal OSErr
! my_draw_handler(const Rect *destRect, WEObjectReference objref)
  {
  	PyObject *args=NULL, *rv=NULL;
--- 155,159 ----
  
  static pascal OSErr
! my_draw_handler(Rect *destRect, WEObjectReference objref)
  {
[...1520 lines suppressed...]
  	PyObject *_res = NULL;
--- 1969,1973 ----
  }
  
! static PyObject *waste_WEInstallObjectHandler(PyObject *_self, PyObject *_args)
  {
  	PyObject *_res = NULL;
***************
*** 2261,2265 ****
  
  
! void initwaste()
  {
  	PyObject *m;
--- 2061,2065 ----
  
  
! void initwaste(void)
  {
  	PyObject *m;