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

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 17 Jan 2001 13:28:10 -0800


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

Modified Files:
	object.h 
Log Message:
Get rid of the declaration for _PyCompareState_Key.


Index: object.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/object.h,v
retrieving revision 2.69
retrieving revision 2.70
diff -C2 -r2.69 -r2.70
*** object.h	2001/01/17 17:09:53	2.69
--- object.h	2001/01/17 21:28:08	2.70
***************
*** 288,294 ****
  extern DL_IMPORT(void) Py_ReprLeave(PyObject *);
  
- /* tstate dict key for PyObject_Compare helper */
- extern PyObject *_PyCompareState_Key;
- 
  /* Helpers for hash functions */
  extern DL_IMPORT(long) _Py_HashDouble(double);
--- 288,291 ----