[Python-checkins] CVS: python/dist/src/Mac/Modules/waste wastesupport.py,1.13,1.14

Jack Jansen jackjansen@users.sourceforge.net
2001年6月20日 14:21:09 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/waste
In directory usw-pr-cvs1:/tmp/cvs-serv32730/Python/Mac/Modules/waste
Modified Files:
	wastesupport.py 
Log Message:
Added a const to shut up a compiler warning.
Index: wastesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/waste/wastesupport.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** wastesupport.py	2000年09月08日 22:06:16	1.13
--- wastesupport.py	2001年06月20日 21:21:07	1.14
***************
*** 203,207 ****
 
 static pascal OSErr
! my_draw_handler(Rect *destRect, WEObjectReference objref)
 {
 	PyObject *args=NULL, *rv=NULL;
--- 203,207 ----
 
 static pascal OSErr
! my_draw_handler(const Rect *destRect, WEObjectReference objref)
 {
 	PyObject *args=NULL, *rv=NULL;

AltStyle によって変換されたページ (->オリジナル) /