Commit cdd572ef authored by Stefan Behnel's avatar Stefan Behnel

fix syntax warnings that show up as errors in "werror" tests

parent 92fd4e67
......@@ -16,8 +16,8 @@ cdef extern from "Python.h":
ctypedef int (*ssizessizeobjargproc)(object, Py_ssize_t, Py_ssize_t, object)
ctypedef int (*objobjargproc)(object, object, object)
ctypedef int (*objobjproc)(object, object);
ctypedef int (*visitproc)(object, void *);
ctypedef int (*objobjproc)(object, object)
ctypedef int (*visitproc)(object, void *)
ctypedef int (*traverseproc)(object, visitproc, void*)
ctypedef struct PyTypeObject:
......
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