[Python-checkins] CVS: python/dist/src/Include weakrefobject.h,1.1,1.2

Fred L. Drake fdrake@users.sourceforge.net
Fri, 05 Oct 2001 15:06:47 -0700


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

Modified Files:
	weakrefobject.h 
Log Message:
Remove bogus declaration.

Index: weakrefobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/weakrefobject.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** weakrefobject.h	2001/10/05 21:52:26	1.1
--- weakrefobject.h	2001/10/05 22:06:45	1.2
***************
*** 23,28 ****
  extern DL_IMPORT(PyTypeObject) _PyWeakref_CallableProxyType;
  
- extern DL_IMPORT(PyObject *) PyErr_ReferenceError;
- 
  #define PyWeakref_CheckRef(op) \
          ((op)->ob_type == &_PyWeakref_RefType)
--- 23,26 ----