summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-07-17 16:49:03 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-07-17 16:49:03 (GMT)
commit0c32279626d166fe0e09c571fcfc9af25508b1cd (patch)
tree7eda2c480fc9fed9890218ecc889cdf14c991869 /Python/ceval.c
parent50ceb68b4fa36ccda44b06c36bd375e197b2810a (diff)
downloadcpython-0c32279626d166fe0e09c571fcfc9af25508b1cd.zip
cpython-0c32279626d166fe0e09c571fcfc9af25508b1cd.tar.gz
cpython-0c32279626d166fe0e09c571fcfc9af25508b1cd.tar.bz2
Removed more stray instances of statichere, but left _sre.c alone.
Diffstat (limited to 'Python/ceval.c')
-rw-r--r--Python/ceval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index 0cd1c36..ab6d88b 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -178,7 +178,7 @@ static PyMemberDef gen_memberlist[] = {
{NULL} /* Sentinel */
};
-statichere PyTypeObject gentype = {
+static PyTypeObject gentype = {
PyObject_HEAD_INIT(&PyType_Type)
0, /* ob_size */
"generator", /* tp_name */