Commit e0de78c7 authored by Andreas Jung's avatar Andreas Jung

fixed GCC 4 compilation problem

parent d8eb2a6c
......@@ -27,8 +27,8 @@ static PyObject *str__bases__, *str__mro__, *str__new__;
#define OBJECT(O) ((PyObject *)(O))
#define TYPE(O) ((PyTypeObject *)(O))
extern PyTypeObject ExtensionClassType;
extern PyTypeObject BaseType;
static PyTypeObject ExtensionClassType;
static PyTypeObject BaseType;
static PyObject *
of_get(PyObject *self, PyObject *inst, PyObject *cls)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment