Use SWIGRUNTIME for SwigPyObject_repr2
This commit is contained in:
parent
b8ed7759d5
commit
f8ffc04215
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ SwigPyObject_repr(SwigPyObject *v)
|
|||
|
||||
/* We need a version taking two PyObject* parameters so it's a valid
|
||||
* PyCFunction to use in swigobject_methods[]. */
|
||||
static PyObject *
|
||||
SWIGRUNTIME PyObject *
|
||||
SwigPyObject_repr2(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
|
||||
{
|
||||
return SwigPyObject_repr((SwigPyObject*)v);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue