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