Fix fused tp_clear function prototype
authorMark Florisson <markflorisson88@gmail.com>
Sun, 17 Mar 2013 16:54:08 +0000 (16:54 +0000)
committerMark Florisson <markflorisson88@gmail.com>
Sun, 17 Mar 2013 16:54:08 +0000 (16:54 +0000)
Cython/Utility/CythonFunction.c

index 5626f42..58bfa03 100644 (file)
@@ -598,7 +598,7 @@ static PyObject *__pyx_FusedFunction_New(PyTypeObject *type,
                                          PyObject *qualname, PyObject *self, PyObject *module,
                                          PyObject *code);
 
-static __pyx_FusedFunction_clear(__pyx_FusedFunctionObject *self);
+static int __pyx_FusedFunction_clear(__pyx_FusedFunctionObject *self);
 static PyTypeObject *__pyx_FusedFunctionType = NULL;
 static int __pyx_FusedFunction_init(void);