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

Guido van Rossum gvanrossum@users.sourceforge.net
Sat, 16 Jun 2001 06:59:50 -0700


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

Modified Files:
      Tag: descr-branch
	object.h 
Log Message:
Rename the *other* tp_alloc to tp_allocs.

Index: object.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/object.h,v
retrieving revision 2.79.2.13
retrieving revision 2.79.2.14
diff -C2 -r2.79.2.13 -r2.79.2.14
*** object.h	2001/06/07 18:31:55	2.79.2.13
--- object.h	2001/06/16 13:59:48	2.79.2.14
***************
*** 278,282 ****
  #ifdef COUNT_ALLOCS
  	/* these must be last and never explicitly initialized */
! 	int tp_alloc;
  	int tp_free;
  	int tp_maxalloc;
--- 278,282 ----
  #ifdef COUNT_ALLOCS
  	/* these must be last and never explicitly initialized */
! 	int tp_allocs;
  	int tp_free;
  	int tp_maxalloc;