[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
- Previous message: [Python-checkins] python/dist/src/Modules arraymodule.c,2.76,2.77 md5module.c,2.31,2.32 pyexpat.c,2.68,2.69 rotormodule.c,2.35,2.36 selectmodule.c,2.65,2.66 xxmodule.c,2.29,2.30 zlibmodule.c,2.63,2.64
- Next message: [Python-checkins] python/dist/src/Python ceval.c,2.319,2.320
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 */
- Previous message: [Python-checkins] python/dist/src/Modules arraymodule.c,2.76,2.77 md5module.c,2.31,2.32 pyexpat.c,2.68,2.69 rotormodule.c,2.35,2.36 selectmodule.c,2.65,2.66 xxmodule.c,2.29,2.30 zlibmodule.c,2.63,2.64
- Next message: [Python-checkins] python/dist/src/Python ceval.c,2.319,2.320
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]