diff options
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index 8c19787..0cd1c36 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -84,7 +84,7 @@ static long dxp[256]; #endif #endif -staticforward PyTypeObject gentype; +static PyTypeObject gentype; typedef struct { PyObject_HEAD |