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

Vladimir Marangozov python-dev@python.org
Sun, 9 Jul 2000 21:30:59 -0700


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

Modified Files:
	objimpl.h 
Log Message:
A small comment fix just to make sure I got my cvs/ssh setup right.


Index: objimpl.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/objimpl.h,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -r2.21 -r2.22
*** objimpl.h	2000/07/09 00:55:06	2.21
--- objimpl.h	2000/07/10 04:30:56	2.22
***************
*** 70,74 ****
   */
  
! /* The purpose of the object allocator is to make make the distinction
     between "object memory" and the rest within the Python heap.
     
--- 70,74 ----
   */
  
! /* The purpose of the object allocator is to make the distinction
     between "object memory" and the rest within the Python heap.