[Python-checkins] python/dist/src/Python ceval.c,2.318,2.319

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Wed, 17 Jul 2002 09:49:06 -0700


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

Modified Files:
	ceval.c 
Log Message:
Removed more stray instances of statichere, but left _sre.c alone.


Index: ceval.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/ceval.c,v
retrieving revision 2.318
retrieving revision 2.319
diff -C2 -d -r2.318 -r2.319
*** ceval.c	17 Jul 2002 16:30:38 -0000	2.318
--- ceval.c	17 Jul 2002 16:49:03 -0000	2.319
***************
*** 179,183 ****
  };
  
! statichere PyTypeObject gentype = {
  	PyObject_HEAD_INIT(&PyType_Type)
  	0,					/* ob_size */
--- 179,183 ----
  };
  
! static PyTypeObject gentype = {
  	PyObject_HEAD_INIT(&PyType_Type)
  	0,					/* ob_size */