Commit 3516537a authored by Jeroen Demeyer's avatar Jeroen Demeyer

Put #include <structmember.h> later in the C code

See https://github.com/cython/cython/issues/1997
parent adeef152
......@@ -2,7 +2,6 @@
//////////////////// CythonFunction.proto ////////////////////
#define __Pyx_CyFunction_USED 1
#include <structmember.h>
#define __Pyx_CYFUNCTION_STATICMETHOD 0x01
#define __Pyx_CYFUNCTION_CLASSMETHOD 0x02
......@@ -75,6 +74,8 @@ static int __pyx_CyFunction_init(void);
//@requires: CommonStructures.c::FetchCommonType
////@requires: ObjectHandling.c::PyObjectGetAttrStr
#include <structmember.h>
static PyObject *
__Pyx_CyFunction_get_doc(__pyx_CyFunctionObject *op, CYTHON_UNUSED void *closure)
{
......
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