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

A.M. Kuchling python-dev@python.org
Wed, 16 Aug 2000 05:27:26 -0700


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

Modified Files:
	objimpl.h 
Log Message:
Updated comment


Index: objimpl.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/objimpl.h,v
retrieving revision 2.25
retrieving revision 2.26
diff -C2 -r2.25 -r2.26
*** objimpl.h	2000/07/31 22:19:30	2.25
--- objimpl.h	2000/08/16 12:27:23	2.26
***************
*** 167,171 ****
  #define PyObject_Del(op) _PyObject_Del((PyObject *)(op))
  
! /* Macros trading binary compatibility for speed. See also mymalloc.h.
     Note that these macros expect non-NULL object pointers.*/
  #define PyObject_INIT(op, typeobj) \
--- 167,171 ----
  #define PyObject_Del(op) _PyObject_Del((PyObject *)(op))
  
! /* Macros trading binary compatibility for speed. See also pymem.h.
     Note that these macros expect non-NULL object pointers.*/
  #define PyObject_INIT(op, typeobj) \