Kaydet (Commit) 4de2924d authored tarafından Andrew Svetlov's avatar Andrew Svetlov

Fix compilation error for #15422

üst 192b10b3
...@@ -13,6 +13,9 @@ static int numfree = 0; ...@@ -13,6 +13,9 @@ static int numfree = 0;
#define PyCFunction_MAXFREELIST 256 #define PyCFunction_MAXFREELIST 256
#endif #endif
/* undefine macro trampoline to PyCFunction_NewEx */
#undef PyCFunction_New
PyObject * PyObject *
PyCFunction_New(PyMethodDef *ml, PyObject *self) PyCFunction_New(PyMethodDef *ml, PyObject *self)
{ {
......
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