python: cleanup
* python/libmu_py/libmu_py.c (_ro): Remove inline qualifier. * python/libmu_py/libmu_py.h: Likewise.
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -63,7 +63,7 @@ | ... | @@ -63,7 +63,7 @@ |
63 | } \ | 63 | } \ |
64 | while (0) | 64 | while (0) |
65 | 65 | ||
66 | extern inline PyObject * _ro (PyObject *obj); | 66 | extern PyObject * _ro (PyObject *obj); |
67 | extern void _py_dealloc (PyObject *self); | 67 | extern void _py_dealloc (PyObject *self); |
68 | extern PyObject * status_object (int status, PyObject *py_obj); | 68 | extern PyObject * status_object (int status, PyObject *py_obj); |
69 | extern PyObject * _mu_py_attach_module (const char *name, PyMethodDef *methods); | 69 | extern PyObject * _mu_py_attach_module (const char *name, PyMethodDef *methods); | ... | ... |
-
Please register or sign in to post a comment