summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/src/umathmodule.c.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/core/src/umathmodule.c.src b/numpy/core/src/umathmodule.c.src
index afbe846ae..a5557042f 100644
--- a/numpy/core/src/umathmodule.c.src
+++ b/numpy/core/src/umathmodule.c.src
@@ -160,7 +160,8 @@ pzero_init(void)
}
/* Setup the umath module */
-static PyTypeObject PyUFunc_Type;
+/* Remove for time being, it is declared in __ufunc_api.h */
+/*static PyTypeObject PyUFunc_Type;*/
static struct PyMethodDef methods[] = {
{"frompyfunc", (PyCFunction) ufunc_frompyfunc,