[Python-checkins] python/dist/src/Mac/Modules/dlg _Dlgmodule.c,1.9,1.10

jackjansen@sourceforge.net jackjansen@sourceforge.net
Tue, 23 Apr 2002 15:45:05 -0700


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

Modified Files:
	_Dlgmodule.c 
Log Message:
Regenerated.

Index: _Dlgmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/dlg/_Dlgmodule.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** _Dlgmodule.c	18 Dec 2001 15:38:00 -0000	1.9
--- _Dlgmodule.c	23 Apr 2002 22:45:03 -0000	1.10
***************
*** 180,184 ****
  {
  	DisposeDialog(self->ob_itself);
! 	PyMem_DEL(self);
  }
  
--- 180,184 ----
  {
  	DisposeDialog(self->ob_itself);
! 	PyObject_Del(self);
  }