[Python-checkins] CVS: python/dist/src/Include objimpl.h,2.29,2.30

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 23 Jan 2001 20:17:28 -0800


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv31037

Modified Files:
	objimpl.h 
Log Message:
PyGC_Dump() -> _PyGC_Dump()


Index: objimpl.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/objimpl.h,v
retrieving revision 2.29
retrieving revision 2.30
diff -C2 -r2.29 -r2.30
*** objimpl.h	2001/01/23 16:37:22	2.29
--- objimpl.h	2001/01/24 04:17:26	2.30
***************
*** 263,267 ****
  #define PyObject_FROM_GC(g) ((PyObject *)(((PyGC_Head *)g)+1))
  
! extern DL_IMPORT(void) PyGC_Dump(PyGC_Head *);
  
  #endif /* WITH_CYCLE_GC */
--- 263,267 ----
  #define PyObject_FROM_GC(g) ((PyObject *)(((PyGC_Head *)g)+1))
  
! extern DL_IMPORT(void) _PyGC_Dump(PyGC_Head *);
  
  #endif /* WITH_CYCLE_GC */