Commit ccd9fbd6 authored by Stefan Behnel's avatar Stefan Behnel

fix Cython warning

parent ad55c5fa
......@@ -866,7 +866,8 @@ cdef extern from "numpy/ufuncobject.h":
void **data
int ntypes
int check_return
char *name, *types
char *name
char *types
char *doc
void *ptr
PyObject *obj
......
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