diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-07-17 16:49:03 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-07-17 16:49:03 (GMT) |
commit | 0c32279626d166fe0e09c571fcfc9af25508b1cd (patch) | |
tree | 7eda2c480fc9fed9890218ecc889cdf14c991869 /Modules/rotormodule.c | |
parent | 50ceb68b4fa36ccda44b06c36bd375e197b2810a (diff) | |
download | cpython-0c32279626d166fe0e09c571fcfc9af25508b1cd.zip cpython-0c32279626d166fe0e09c571fcfc9af25508b1cd.tar.gz cpython-0c32279626d166fe0e09c571fcfc9af25508b1cd.tar.bz2 |
Removed more stray instances of statichere, but left _sre.c alone.
Diffstat (limited to 'Modules/rotormodule.c')
-rw-r--r-- | Modules/rotormodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/rotormodule.c b/Modules/rotormodule.c index 75f1aeb..7137b00 100644 --- a/Modules/rotormodule.c +++ b/Modules/rotormodule.c @@ -575,7 +575,7 @@ rotorobj_getattr(Rotorobj *s, char *name) } -statichere PyTypeObject Rotor_Type = { +static PyTypeObject Rotor_Type = { PyObject_HEAD_INIT(NULL) 0, /*ob_size*/ "rotor.rotor", /*tp_name*/ |