[Python-checkins] CVS: python/dist/src/Include object.h,2.60,2.61

Greg Stein python-dev@python.org
Fri, 7 Jul 2000 17:46:22 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory slayer.i.sourceforge.net:/tmp/cvs-serv2891

Modified Files:
	object.h 
Log Message:
One of the new prototypes was missing the "void" args.



Index: object.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/object.h,v
retrieving revision 2.60
retrieving revision 2.61
diff -C2 -r2.60 -r2.61
*** object.h	2000/07/08 00:32:04	2.60
--- object.h	2000/07/08 00:46:19	2.61
***************
*** 557,561 ****
  
  extern DL_IMPORT(void) _PyTrash_deposit_object(PyObject*);
! extern DL_IMPORT(void) _PyTrash_destroy_chain();
  
  extern DL_IMPORT(int) _PyTrash_delete_nesting;
--- 557,561 ----
  
  extern DL_IMPORT(void) _PyTrash_deposit_object(PyObject*);
! extern DL_IMPORT(void) _PyTrash_destroy_chain(void);
  
  extern DL_IMPORT(int) _PyTrash_delete_nesting;