[Python-checkins] CVS: python/dist/src/Objects object.c,2.111,2.112

Neil Schemenauer nascheme@users.sourceforge.net
Sun, 21 Jan 2001 08:25:20 -0800


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

Modified Files:
	object.c 
Log Message:
Remove a smelly export.


Index: object.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/object.c,v
retrieving revision 2.111
retrieving revision 2.112
diff -C2 -r2.111 -r2.112
*** object.c	2001/01/20 06:24:55	2.111
--- object.c	2001/01/21 16:25:18	2.112
***************
*** 749,753 ****
  }
  
! PyObject *
  do_richcmp(PyObject *v, PyObject *w, int op)
  {
--- 749,753 ----
  }
  
! static PyObject *
  do_richcmp(PyObject *v, PyObject *w, int op)
  {